Add python-openvswitch to package dependences 09/14709/5
authorJerzy Mikolajczak <jmikolajczak@mirantis.com>
Tue, 15 Dec 2015 14:05:02 +0000 (15:05 +0100)
committerJerzy Mikolajczak <jmikolajczak@mirantis.com>
Wed, 16 Dec 2015 12:36:09 +0000 (13:36 +0100)
Add python-openvswitch to package dependences because it gives performance gains
to neutron-netns-cleanup execution.

Closes-bug: #1525126
Change-Id: I53081aa6bbc875da5a0f04be737d945a91e6d64a

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

index 4d1410f65bfe40405ed8d0f738e93a28da827692..d28233009aae74a2c8fa7a63677e88729517ab80 100644 (file)
@@ -1,8 +1,8 @@
 %global service neutron
 
 Name:       openstack-%{service}
-Version:    7.0.0.0b3
-Release:    1%{?dist}
+Version:    7.0.0
+Release:    1%{?dist}~mos8.0.1
 Epoch:      1
 Summary:    OpenStack Networking Service
 
@@ -98,6 +98,7 @@ Requires:   python-keystonemiddleware >= 2.0.0
 Requires:   python-netaddr >= 0.7.12
 Requires:   python-neutronclient >= 2.6.0
 Requires:   python-novaclient >= 1:2.26.0
+Requires:   python-openvswitch
 Requires:   python-oslo-concurrency >= 2.3.0
 Requires:   python-oslo-config >= 2:2.1.0
 Requires:   python-oslo-context >= 0.2.0
@@ -878,6 +879,8 @@ fi
 
 
 %changelog
+* Tue Dec 15 2015 Jerzy Mikolajczak <jmikolajczak@mirantis.com> 1:7.0.0-1%{?dist}~mos8.0.1
+- Add python-openvswitch package dependency
 * Fri Nov 20 2015 Sergey Kolekonov <skolekonov@mirantis.com> 7.0.0
 - Remove neutron-dist.conf from packages
 * Fri Nov 6 2015 Sergey Kolekonov <skolekonov@mirantis.com> 7.0.0
index 633d5f892eb07b7b4013eb82077b86be5ac9ad48..26131abaea49c940d2f1d1d5a1fcd5b2792f0202 100644 (file)
@@ -1,3 +1,11 @@
+neutron (2:7.0.0-1~u14.04+mos4) mos8.0; urgency=medium
+
+  * Add python-openvswitch to common dependencies as it gives performance
+    gains to neutron-netns-cleanup execution
+    LP: #1525126
+
+ -- Jerzy Mikolajczak <jmikolajczak@mirantis.com>  Tue, 15 Dec 2015 12:33:11 +0100
+
 neutron (2:7.0.0-1~u14.04+mos3) mos8.0; urgency=medium
 
   * Update references to Nicira NVP plugin
index 240c7a06108185f5cb2ce6b358d4ab208fa2c2ed..b426d96b38e3cbfd4510adde0c7a25e137e1647b 100644 (file)
@@ -93,6 +93,7 @@ Depends: alembic (>= 0.8.0),
          python-netaddr (>= 0.7.12),
          python-neutronclient (>= 1:2.6.0),
          python-novaclient (>= 2:2.27.0),
+         python-openvswitch,
          python-oslo.concurrency (>= 2.3.0),
          python-oslo.config (>= 1:2.3.0),
          python-oslo.context (>= 0.2.0),