From: Vladimir Khlyunev Date: Thu, 7 Nov 2019 10:45:01 +0000 (+0400) Subject: Add new python-awsauth dependency for polling module X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2F9.0%2Fmitaka;p=openstack-build%2Fceilometer-build.git Add new python-awsauth dependency for polling module Python-awsauth is required since liberty for collecting data from radosgw to ceilometer. Change-Id: I3a5604356d22d2d6716429f95bf02ca88086b762 Closes-bug: 1483700 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index fe8f07f..c94e9aa 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -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 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 diff --git a/trusty/debian/control b/trusty/debian/control index 333585b..6e3c8b4 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -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},