[openstack-neutron] fix service startup issue due to incorrect group permissions

Pádraig Brady pbrady at fedoraproject.org
Fri Apr 4 01:03:53 UTC 2014


commit cf6f6591ef71ab7f2d94ac05c5f73f1378c64979
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Apr 4 01:32:04 2014 +0100

    fix service startup issue due to incorrect group permissions
    
    Remove the hack "fix" for rhbz#1019487 as it causes
    openstack-neutron-openvswtich to be installed before
    the openstack-neutron package, and thus before the
    neutron group is in place, thus causing invalid permissions
    on the config files and ultimately service startup failure.
    The hack is too big of a hammer in any case.
    
    Fixes rhbz#1080650

 openstack-neutron.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index 59f7e03..73e398a 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2014.1
-Release:	0.12.rc1%{?dist}
+Release:	0.13.rc1%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -49,11 +49,6 @@ BuildRequires:  python-d2to1
 Requires:	python-neutron = %{version}-%{release}
 Requires:	openstack-utils
 
-# this require fixes bz#1019487 due to this patch 
-# https://review.openstack.org/#/c/61105/8/neutron/agent/linux/ovs_lib.py
-# which might need refactor to remove this dependency here
-Requires:       openstack-neutron-openvswitch
-
 # dnsmasq is not a hard requirement, but is currently the only option
 # when neutron-dhcp-agent is deployed.
 Requires:	dnsmasq
@@ -1008,6 +1003,9 @@ fi
 
 
 %changelog
+* Fri Apr 04 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1-0.13.rc1
+- Fix startup issue due to invalid group permissions, bz#1080560
+
 * Wed Apr 02 2014 Terry Wilson <twilson at redhat.com> 2014.1-0.12.rc1
 - Update to upstream 2014.1.rc1
 - Remove python-psutil requirement


More information about the scm-commits mailing list