Add new python-awsauth dependency for polling module 18/41518/2 9.0/mitaka
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Thu, 7 Nov 2019 10:45:01 +0000 (14:45 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Thu, 7 Nov 2019 10:51:59 +0000 (14:51 +0400)
Python-awsauth is required since liberty for collecting
data from radosgw to ceilometer.

Change-Id: I3a5604356d22d2d6716429f95bf02ca88086b762
Closes-bug: 1483700

trusty/debian/changelog
trusty/debian/control

index fe8f07f092dd8ae2501bce7f65a5184737bcb651..c94e9aa4a44ee4a36d3c2d51c963792229912473 100644 (file)
@@ -1,3 +1,9 @@
+ceilometer (1:6.0.0-8~u14.04+mos0) mos9.0; urgency=medium
+
+  * Add new python-awsauth dependency to polling module (LP #1483700)
+
+ -- Vladimir Khlyunev <vkhlyunev@mirantis.com>  Thu, 7 Nov 2019 15:00:00 +0400
+
 ceilometer (1:6.0.0-7~u14.04+mos0) mos9.0; urgency=medium
 
   * Bump new version to update init for ceilometer-api
index 333585b61488eb825b6d015bd5f068dcb1ab6071..6e3c8b4af4297ff5286d8bd894f32078d102259c 100644 (file)
@@ -202,6 +202,7 @@ Description: OpenStack efficient metering counters system - collector service
 Package: ceilometer-polling
 Architecture: all
 Depends: ceilometer-common (= ${binary:Version}),
+         python-awsauth (>= 0.1.5-1),
          ${misc:Depends},
          ${ostack-lsb-base},
          ${python:Depends},