[openstack-nova] Set auth_version=v2.0 to avoid http://pad.lv/1154809

Nikola Dipanov ndipanov at fedoraproject.org
Tue Aug 27 11:01:22 UTC 2013


commit b423e39fa5c932eaf8b3c8193df66c4e48187e4d
Author: Xavier Queralt <xqueralt at redhat.com>
Date:   Thu Aug 8 14:52:12 2013 +0200

    Set auth_version=v2.0 to avoid http://pad.lv/1154809

 nova-dist.conf      |    2 ++
 openstack-nova.spec |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nova-dist.conf b/nova-dist.conf
index 7403f7e..5e0fb6e 100644
--- a/nova-dist.conf
+++ b/nova-dist.conf
@@ -25,4 +25,6 @@ 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 1ae00bd..cb09b7a 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2013.2
-Release:          0.13.b2%{?dist}
+Release:          0.14.b2%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -897,6 +897,9 @@ fi
 %endif
 
 %changelog
+* Tue Aug 27 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-0.14.b2
+* Set auth_version=v2.0 in nova-dist.conf to avoid http://pad.lv/1154809
+
 * Tue Aug 27 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-0.13.b2
 - Remove Folsom release deprecated config options from nova-dist.conf
 


More information about the scm-commits mailing list