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

Xavier Queralt Mateu xqueralt at fedoraproject.org
Fri Oct 18 11:48:46 UTC 2013


commit f882109050c41d5f2e83428d2c6bed9e3d7dd379
Author: Xavier Queralt <xqueralt at redhat.com>
Date:   Fri Oct 18 11:22:24 2013 +0200

    Remove signing_dir from nova-dist.conf
    
    This will force to use the default signing_dir under /var/lib/nova

 nova-dist.conf      |    2 --
 openstack-nova.spec |    1 +
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/nova-dist.conf b/nova-dist.conf
index 3bc3e52..ee98ff8 100644
--- a/nova-dist.conf
+++ b/nova-dist.conf
@@ -26,7 +26,5 @@ admin_password = %SERVICE_PASSWORD%
 auth_host = 127.0.0.1
 auth_port = 35357
 auth_protocol = http
-signing_dir = /tmp/keystone-signing-nova
 # Workaround for https://bugs.launchpad.net/nova/+bug/1154809
 auth_version = v2.0
-
diff --git a/openstack-nova.spec b/openstack-nova.spec
index f44094a..279b05f 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -929,6 +929,7 @@ fi
 %changelog
 * Fri Oct 18 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-2
 - require webob1.2
+- remove signing_dir from nova-dist.conf to use the default
 
 * Thu Oct 17 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-1
 - Update to Havana final


More information about the scm-commits mailing list