[openstack-quantum/el6-grizzly] Fixes rootwarp path

Gary Kotton gkotton at fedoraproject.org
Sun May 26 09:30:50 UTC 2013


commit 72202a1d1c3065d080aa47491bfeabb8a95be0cd
Author: Gary Kotton <gkotton at redhat.com>
Date:   Sun May 26 05:30:15 2013 -0400

    Fixes rootwarp path

 openstack-quantum.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-quantum.spec b/openstack-quantum.spec
index b3de003..e86771f 100644
--- a/openstack-quantum.spec
+++ b/openstack-quantum.spec
@@ -5,7 +5,7 @@
 
 Name:		openstack-quantum
 Version:	2013.1.1
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	OpenStack Networking Service
 
 Group:		Applications/System
@@ -371,7 +371,7 @@ mv %{buildroot}/usr/etc/quantum/* %{buildroot}%{_sysconfdir}/quantum
 chmod 640  %{buildroot}%{_sysconfdir}/quantum/plugins/*/*.ini
 
 # Configure agents to use quantum-rootwrap
-sed -i 's/^root_helper.*/root_helper = sudo quantum-rootwrap \/etc\/quantum\/rootwrap.conf/g' %{buildroot}%{_sysconfdir}/quantum/quantum.conf
+sed -i 's/^# root_helper.*/root_helper = sudo quantum-rootwrap \/etc\/quantum\/rootwrap.conf/g' %{buildroot}%{_sysconfdir}/quantum/quantum.conf
 
 # Configure quantum-dhcp-agent state_path
 sed -i 's/state_path = \/opt\/stack\/data/state_path = \/var\/lib\/quantum/' %{buildroot}%{_sysconfdir}/quantum/dhcp_agent.ini
@@ -733,6 +733,9 @@ fi
 
 
 %changelog
+* Sun May 26 2013 Gary Kotton <gkotton at redhat.com> - 2013.1.1-6
+- Fixes rootwarp path
+
 * Fri May 24 2013 Pádraig Brady <P at draigBrady.com> - 2013.1.1-5
 - Fix inclusion of db migrations
 


More information about the scm-commits mailing list