[openstack-neutron] Replace quantum references in neutron-dist.conf

Terry Wilson otherwiseguy at fedoraproject.org
Mon Dec 2 23:51:05 UTC 2013


commit 1977e5a64d25cb7677ef3313a33f7a50dea9dd79
Author: Terry Wilson <twilson at redhat.com>
Date:   Mon Dec 2 17:40:07 2013 -0600

    Replace quantum references in neutron-dist.conf
    
    Resolves: bz#1036514

 neutron-dist.conf      |    4 ++--
 openstack-neutron.spec |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/neutron-dist.conf b/neutron-dist.conf
index 9b1a635..a4a55c8 100644
--- a/neutron-dist.conf
+++ b/neutron-dist.conf
@@ -3,13 +3,13 @@ verbose = True
 lock_path = $state_path/lock
 auth_strategy = noauth
 notification_driver = neutron.openstack.common.notifier.rpc_notifier
-rpc_backend = quantum.openstack.common.rpc.impl_qpid
+rpc_backend = neutron.openstack.common.rpc.impl_qpid
 allow_overlapping_ips = True
 
 [quotas]
 
 [agent]
-root_helper = sudo quantum-rootwrap /etc/quantum/rootwrap.conf
+root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf
 
 [keystone_authtoken]
 auth_host = 127.0.0.1
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index 4d45d00..cbcde82 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2013.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -907,6 +907,9 @@ fi
 
 
 %changelog
+* Mon Dec 02 2013 Terry Wilson <twilson at redhat.com> - 2013.2-4
+- Replace quantum references in neutron-dist.conf
+
 * Wed Nov 13 2013 Terry Wilson <twilson at redhat.com> - 2013.2-3
 - Add dnsmasq-utils dependency
 


More information about the scm-commits mailing list