[openstack-neutron] Update to upstream 2014.1.1

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Fri Jun 13 10:44:16 UTC 2014


commit 237569a1caf92af3464f58a60a38acef44266910
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Fri Jun 13 12:02:41 2014 +0200

    Update to upstream 2014.1.1
    
    Changelog:
    - Update to upstream 2014.1.1
    - Added previously missing ml2_conf_mlnx.ini, bz#1100136

 .gitignore                                         |    1 +
 0001-remove-runtime-dependency-on-pbr.patch        |    2 +-
 ...e-and-systemd-modules-from-oslo-incubator.patch |    2 +-
 0003-Removed-signing_dir-from-neutron.conf.patch   |    4 +-
 ...Remove-kernel-version-check-for-OVS-VXLAN.patch |   22 +-
 ...DR-given-as-ip-prefix-in-security-group-r.patch |  254 --------------------
 ...ing-key-is-specified-in-the-address-for-a.patch |    4 +-
 ....10-raises-ValueError-instead-of-AddrForm.patch |   30 ---
 openstack-neutron.spec                             |   26 +-
 sources                                            |    2 +-
 10 files changed, 33 insertions(+), 314 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b61911..82c86b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /neutron-2014.1.rc1.tar.gz
 /neutron-2014.1.rc2.tar.gz
 /neutron-2014.1.tar.gz
+/neutron-2014.1.1.tar.gz
diff --git a/0001-remove-runtime-dependency-on-pbr.patch b/0001-remove-runtime-dependency-on-pbr.patch
index be949be..7b0c051 100644
--- a/0001-remove-runtime-dependency-on-pbr.patch
+++ b/0001-remove-runtime-dependency-on-pbr.patch
@@ -1,4 +1,4 @@
-From 8e4da5834e9de003c03adf5f1905709827398c20 Mon Sep 17 00:00:00 2001
+From e578b88d17185d2121197490e62bdb30252ea60e Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P at draigBrady.com>
 Date: Mon, 24 Mar 2014 14:50:23 +0000
 Subject: [PATCH] remove runtime dependency on pbr
diff --git a/0002-Sync-service-and-systemd-modules-from-oslo-incubator.patch b/0002-Sync-service-and-systemd-modules-from-oslo-incubator.patch
index 5fd98f5..8d69f25 100644
--- a/0002-Sync-service-and-systemd-modules-from-oslo-incubator.patch
+++ b/0002-Sync-service-and-systemd-modules-from-oslo-incubator.patch
@@ -1,4 +1,4 @@
-From f3b031cc24f3d16152cec0687d3b1ca986b07732 Mon Sep 17 00:00:00 2001
+From ee813364611fa5347c1c53fb01cdf8339e870dee Mon Sep 17 00:00:00 2001
 From: Jakub Libosvar <libosvar at redhat.com>
 Date: Mon, 17 Mar 2014 16:36:01 +0100
 Subject: [PATCH] Sync service and systemd modules from oslo-incubator
diff --git a/0003-Removed-signing_dir-from-neutron.conf.patch b/0003-Removed-signing_dir-from-neutron.conf.patch
index 4060f18..f2a5bc6 100644
--- a/0003-Removed-signing_dir-from-neutron.conf.patch
+++ b/0003-Removed-signing_dir-from-neutron.conf.patch
@@ -1,4 +1,4 @@
-From f8ad6b7a6cbec015fd64d1f6bdb35f4b9eb48f3f Mon Sep 17 00:00:00 2001
+From 7ab686298e665e4914b1eac0e800b181684cbad5 Mon Sep 17 00:00:00 2001
 From: Ihar Hrachyshka <ihrachys at redhat.com>
 Date: Mon, 28 Apr 2014 15:05:30 +0200
 Subject: [PATCH] Removed signing_dir from neutron.conf
@@ -14,7 +14,7 @@ Change-Id: Ideb393f9010f4f1706392ccdfdd5fa7307bda070
  1 file changed, 1 deletion(-)
 
 diff --git a/etc/neutron.conf b/etc/neutron.conf
-index 775c757..e3ebf74 100644
+index e258720..ce95fc4 100644
 --- a/etc/neutron.conf
 +++ b/etc/neutron.conf
 @@ -398,7 +398,6 @@ auth_protocol = http
diff --git a/0006-Remove-kernel-version-check-for-OVS-VXLAN.patch b/0004-Remove-kernel-version-check-for-OVS-VXLAN.patch
similarity index 94%
rename from 0006-Remove-kernel-version-check-for-OVS-VXLAN.patch
rename to 0004-Remove-kernel-version-check-for-OVS-VXLAN.patch
index f9f3ecb..3718ac7 100644
--- a/0006-Remove-kernel-version-check-for-OVS-VXLAN.patch
+++ b/0004-Remove-kernel-version-check-for-OVS-VXLAN.patch
@@ -1,4 +1,4 @@
-From 964dc8a4804853d3e82898daeb6a1af54702e2cf Mon Sep 17 00:00:00 2001
+From 820aadfd3293d3aef49fb19d8f43781dcbd93407 Mon Sep 17 00:00:00 2001
 From: Miguel Angel Ajo <mangelajo at redhat.com>
 Date: Mon, 26 May 2014 15:56:23 +0200
 Subject: [PATCH] Remove kernel version check for OVS VXLAN
@@ -40,17 +40,17 @@ index c6e65e5..5caef4b 100644
              self.setup_tunnel_br(tun_br)
          # Collect additional bridges to monitor
 diff --git a/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py b/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
-index 11ff682..603a5c7 100644
+index 79c03f1..17906d0 100644
 --- a/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
 +++ b/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
-@@ -211,7 +211,6 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin,
+@@ -212,7 +212,6 @@ class OVSNeutronAgent(sg_rpc.SecurityGroupAgentRpcCallbackMixin,
          self.local_ip = local_ip
          self.tunnel_count = 0
          self.vxlan_udp_port = cfg.CONF.AGENT.vxlan_udp_port
 -        self._check_ovs_version()
+         self.tun_br = None
          if self.enable_tunneling:
              self.setup_tunnel_br(tun_br)
-         # Collect additional bridges to monitor
 diff --git a/neutron/tests/unit/ofagent/test_ofa_neutron_agent.py b/neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
 index 71afcd2..9d8e83a 100644
 --- a/neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
@@ -92,10 +92,10 @@ index 71afcd2..9d8e83a 100644
          min_kernel_ver = OVS_LINUX_KERN_VERS_WITHOUT_VXLAN
          install_ver = str(float(min_vxlan_ver) - 0.01)
 diff --git a/neutron/tests/unit/openvswitch/test_ovs_lib.py b/neutron/tests/unit/openvswitch/test_ovs_lib.py
-index a9c1b98..647f631 100644
+index dbf155b..77e383a 100644
 --- a/neutron/tests/unit/openvswitch/test_ovs_lib.py
 +++ b/neutron/tests/unit/openvswitch/test_ovs_lib.py
-@@ -827,31 +827,31 @@ class OVS_Lib_Test(base.BaseTestCase):
+@@ -899,31 +899,31 @@ class OVS_Lib_Test(base.BaseTestCase):
                          version_ok = False
                  self.assertEqual(version_ok, expecting_ok)
  
@@ -132,7 +132,7 @@ index a9c1b98..647f631 100644
          min_vxlan_ver = constants.MINIMUM_OVS_VXLAN_VERSION
          min_kernel_ver = OVS_LINUX_KERN_VERS_WITHOUT_VXLAN
          install_ver = str(float(min_vxlan_ver) - 0.01)
-@@ -860,7 +860,7 @@ class OVS_Lib_Test(base.BaseTestCase):
+@@ -932,7 +932,7 @@ class OVS_Lib_Test(base.BaseTestCase):
                                        min_kernel_ver,
                                        expecting_ok=False)
  
@@ -142,10 +142,10 @@ index a9c1b98..647f631 100644
          min_kernel_ver = constants.MINIMUM_LINUX_KERNEL_OVS_VXLAN
          self._check_ovs_vxlan_version(min_vxlan_ver, min_vxlan_ver,
 diff --git a/neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py b/neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
-index e6eebef..b2f30ab 100644
+index 94d3c93..651c991 100644
 --- a/neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
 +++ b/neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
-@@ -514,30 +514,30 @@ class TestOvsNeutronAgent(base.BaseTestCase):
+@@ -520,30 +520,30 @@ class TestOvsNeutronAgent(base.BaseTestCase):
                          version_ok = False
                  self.assertEqual(version_ok, expecting_ok)
  
@@ -182,10 +182,10 @@ index e6eebef..b2f30ab 100644
          min_kernel_ver = OVS_LINUX_KERN_VERS_WITHOUT_VXLAN
          install_ver = str(float(min_vxlan_ver) - 0.01)
 diff --git a/neutron/tests/unit/openvswitch/test_ovs_tunnel.py b/neutron/tests/unit/openvswitch/test_ovs_tunnel.py
-index 1940730..809f807 100644
+index 126b9cc..2ae4fe8 100644
 --- a/neutron/tests/unit/openvswitch/test_ovs_tunnel.py
 +++ b/neutron/tests/unit/openvswitch/test_ovs_tunnel.py
-@@ -247,7 +247,7 @@ class TunnelTest(base.BaseTestCase):
+@@ -249,7 +249,7 @@ class TunnelTest(base.BaseTestCase):
                                            self.VETH_MTU)
          self._verify_mock_calls()
  
diff --git a/0007-Ensure-routing-key-is-specified-in-the-address-for-a.patch b/0005-Ensure-routing-key-is-specified-in-the-address-for-a.patch
similarity index 93%
rename from 0007-Ensure-routing-key-is-specified-in-the-address-for-a.patch
rename to 0005-Ensure-routing-key-is-specified-in-the-address-for-a.patch
index 0efd136..3f3b437 100644
--- a/0007-Ensure-routing-key-is-specified-in-the-address-for-a.patch
+++ b/0005-Ensure-routing-key-is-specified-in-the-address-for-a.patch
@@ -1,4 +1,4 @@
-From a6dd0b111106f4726f8145d4a2a99106eeace959 Mon Sep 17 00:00:00 2001
+From 059e5c38756cdc398539311ea11e39bc3001c62f Mon Sep 17 00:00:00 2001
 From: Russell Bryant <rbryant at redhat.com>
 Date: Mon, 9 Jun 2014 16:53:21 -0400
 Subject: [PATCH] Ensure routing key is specified in the address for a direct
@@ -21,7 +21,7 @@ Related-Bug: #1300318
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/neutron/openstack/common/rpc/impl_qpid.py b/neutron/openstack/common/rpc/impl_qpid.py
-index 6f2a3dc..01e1d64 100644
+index a7dcf29..5fb2c49 100644
 --- a/neutron/openstack/common/rpc/impl_qpid.py
 +++ b/neutron/openstack/common/rpc/impl_qpid.py
 @@ -368,7 +368,7 @@ class DirectPublisher(Publisher):
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index abd04a4..26ff7cb 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -1,8 +1,8 @@
 %global release_name icehouse
 
 Name:		openstack-neutron
-Version:	2014.1
-Release:	22%{?dist}
+Version:	2014.1.1
+Release:	1%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -30,15 +30,13 @@ Source22:	neutron-metering-agent.service
 
 Source30:	neutron-dist.conf
 #
-# patches_base=2014.1+1
+# patches_base=2014.1.1+1
 #
 Patch0001: 0001-remove-runtime-dependency-on-pbr.patch
 Patch0002: 0002-Sync-service-and-systemd-modules-from-oslo-incubator.patch
 Patch0003: 0003-Removed-signing_dir-from-neutron.conf.patch
-Patch0004: 0004-Validate-CIDR-given-as-ip-prefix-in-security-group-r.patch
-Patch0005: 0005-netaddr-0.7.10-raises-ValueError-instead-of-AddrForm.patch
-Patch0006: 0006-Remove-kernel-version-check-for-OVS-VXLAN.patch
-Patch0007: 0007-Ensure-routing-key-is-specified-in-the-address-for-a.patch
+Patch0004: 0004-Remove-kernel-version-check-for-OVS-VXLAN.patch
+Patch0005: 0005-Ensure-routing-key-is-specified-in-the-address-for-a.patch
 
 BuildArch:	noarch
 
@@ -460,8 +458,6 @@ IPSec.
 %patch0003 -p1
 %patch0004 -p1
 %patch0005 -p1
-%patch0006 -p1
-%patch0007 -p1
 
 find neutron -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} +
 
@@ -519,6 +515,9 @@ mv %{buildroot}/usr/etc/neutron/* %{buildroot}%{_sysconfdir}/neutron
 mv %{buildroot}%{_sysconfdir}/neutron/api-paste.ini %{buildroot}%{_datadir}/neutron/api-paste.ini
 chmod 640  %{buildroot}%{_sysconfdir}/neutron/plugins/*/*.ini
 
+# TODO: remove this once the plugin is separately packaged
+rm %{buildroot}%{_sysconfdir}/neutron/plugins/embrane/heleos_conf.ini
+
 # Install logrotate
 install -p -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/openstack-neutron
 
@@ -922,10 +921,9 @@ fi
 
 %files nuage
 %doc LICENSE
-#%doc neutron/plugins/nuage/README
 %{python_sitelib}/neutron/plugins/nuage
-#%dir %{_sysconfdir}/neutron/plugins/nuage
-#%config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/nuage/*.ini
+%dir %{_sysconfdir}/neutron/plugins/nuage
+%config(noreplace) %attr(0640, root, neutron) %{_sysconfdir}/neutron/plugins/nuage/*.ini
 
 %files ofagent
 %doc neutron/plugins/ofagent/README
@@ -1026,6 +1024,10 @@ fi
 
 
 %changelog
+* Fri Jun 13 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2014.1.1-1
+- Update to upstream 2014.1.1
+- Added previously missing ml2_conf_mlnx.ini, bz#1100136
+
 * Wed Jun 11 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2014.1-22
 - Ensure routing key is specified in the address for a direct producer, bz#1108025
 
diff --git a/sources b/sources
index 7e82846..c40e227 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e44f77c8d4704534724b34770e3224f  neutron-2014.1.tar.gz
+1d10f3e3f851c0232664b254eabc815a  neutron-2014.1.1.tar.gz


More information about the scm-commits mailing list