[openstack-neutron] Remove signing_dir from neutron-dist.conf

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Thu Apr 10 11:33:16 UTC 2014


commit ee7bedb4ba6ef9e2c8e1cb676ff6bdabbe8c9e82
Author: Ihar Hrachyshka <ihrachys at redhat.com>
Date:   Thu Apr 10 12:17:53 2014 +0200

    Remove signing_dir from neutron-dist.conf
    
    Upstream provided value works ok, so we should rely on this.
    Introducing custom signing_dir is error-prone and may result in athN
    failures in particular scenarios.
    
    Fixes rhbz#1050842

 neutron-dist.conf      |    1 -
 openstack-neutron.spec |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/neutron-dist.conf b/neutron-dist.conf
index a4a55c8..091f7eb 100644
--- a/neutron-dist.conf
+++ b/neutron-dist.conf
@@ -18,7 +18,6 @@ auth_protocol = http
 admin_tenant_name = %SERVICE_TENANT_NAME%
 admin_user = %SERVICE_USER%
 admin_password = %SERVICE_PASSWORD%
-signing_dir = $state_path/keystone-signing
 
 [database]
 max_pool_size = 10
diff --git a/openstack-neutron.spec b/openstack-neutron.spec
index 3cd426d..65653f0 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2014.1
-Release:	0.13.rc1%{?dist}
+Release:	0.14.rc1%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.4.b3
 Summary:	OpenStack Networking Service
@@ -1005,6 +1005,9 @@ fi
 
 
 %changelog
+* Thu Apr 10 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2014.1-0.14.rc1
+- Remove signing_dir from neutron-dist.conf, bz#1050842
+
 * 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
 


More information about the scm-commits mailing list