[openstack-neutron/el6-havana] Remove signing_dir from neutron-dist.conf

Ihar Hrachyshka ihrachyshka at fedoraproject.org
Thu Apr 10 15:08:28 UTC 2014


commit 04d4b116074dd699b63b1ed832aad3322036cbbf
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 ed5bb1e..2066098 100644
--- a/openstack-neutron.spec
+++ b/openstack-neutron.spec
@@ -2,7 +2,7 @@
 
 Name:		openstack-neutron
 Version:	2013.2.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Provides:	openstack-quantum = %{version}-%{release}
 Obsoletes:	openstack-quantum < 2013.2-0.3.b3
 
@@ -1022,6 +1022,9 @@ fi
 
 
 %changelog
+* Thu Apr 10 2014 Ihar Hrachyshka <ihrachys at redhat.com> 2013.2.3-2
+- Remove signing_dir from neutron-dist.conf, bz#1050842
+
 * Thu Apr 10 2014 Miguel Angel Ajo <mangelajo at redhat.com> 2013.2.3-1
 - Update to upstream 2013.2.3
 


More information about the scm-commits mailing list