[MOS 10.0] Update ceilometer packages 87/32587/3 10.0/newton
authorIvan Udovichenko <iudovichenko@mirantis.com>
Tue, 28 Mar 2017 16:18:57 +0000 (19:18 +0300)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Tue, 28 Mar 2017 16:29:59 +0000 (16:29 +0000)
Version: 1:7.0.3

* Sync changes.

Change-Id: I673443cedaabc2dc8cc2e2e4694327336800c964
Related-PROD: https://mirantis.jira.com/browse/PROD-9364

centos7/rpm/SPECS/openstack-ceilometer.spec
trusty/debian/control
xenial/debian/changelog

index 66aea56339391dd560b48be6a267a5156a78de72..fc2d5e9bdd81811c805a495875ebca23ff6f116f 100644 (file)
@@ -6,7 +6,7 @@ Name:             openstack-ceilometer
 # Liberty semver reset
 # https://review.openstack.org/#/q/I6a35fa0dda798fad93b804d00a46af80f08d475c,n,z
 Epoch:            1
-Version:          7.0.2
+Version:          7.0.3
 Release:          1%{?dist}~mos0
 Summary:          OpenStack measurement collection service
 
@@ -95,7 +95,7 @@ Requires:         python-debtcollector >= 1.2.0
 
 Requires:         python-openstackclient
 Requires:         python-cotyledon
-
+Requires:         python-influxdb
 
 %description -n   python-ceilometer
 OpenStack ceilometer provides services to measure and
@@ -550,6 +550,9 @@ exit 0
 
 
 %changelog
+* Tue Mar 28 2017 Ivan Udovichenko <iudovichenko@mirantis.com> - 7.0.3-1.el7~mos0
+- Sync changes. (PROD#9364).
+
 * Mon Mar 13 2017 Ivan Udovichenko <iudovichenko@mirantis.com> - 7.0.2-1.el7~mos0
 - Sync changes. (PROD#9364).
 
index fed0f4284c09fcc6f8b34ab300169bf0dc291aac..140434802597132e6dadb2f892783cfaa0f324ee 100644 (file)
@@ -29,6 +29,7 @@ Build-Depends-Indep: mongodb,
                      python-hacking (>= 0.10.0),
                      python-happybase (>= 0.5),
                      python-httplib2 (>= 0.7.5),
+                     python-influxdb,
                      python-jsonpath-rw-ext (>= 0.1.9),
                      python-jsonschema,
                      python-kafka,
@@ -102,6 +103,7 @@ Depends: libjs-jquery,
          python-glanceclient (>= 1:2.0.0),
          python-greenlet (>= 0.3.2),
          python-happybase (>= 0.5),
+         python-influxdb,
          python-jsonpath-rw-ext (>= 0.1.9),
          python-jsonschema (>= 2.0.0),
          python-kafka (>= 0.9.5),
index 30e6e531d8018ea449f684b8976a19d6c45078b3..291fcec768a40a12a369d117f3b2ef29ff4e2a49 100644 (file)
@@ -1,3 +1,9 @@
+ceilometer (1:7.0.3-1~u16.04+mos0) mos10.0; urgency=medium
+
+  * Sync changes. (PROD#9364)
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Tue, 28 Mar 2017 17:53:43 +0300
+
 ceilometer (1:7.0.2-2~u16.04+mos0) mos10.0; urgency=medium
 
   * Remove dpkg-dev dependency with the function which required it.