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

Nikola Dipanov ndipanov at fedoraproject.org
Tue Aug 27 09:16:07 UTC 2013


commit a98fd0d06de4f960d487d1ab0d9c2c613f63a725
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 cd987d7..6b8c2e3 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2013.2
-Release:          0.12.b2%{?dist}
+Release:          0.13.b2%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -922,6 +922,9 @@ fi
 %endif
 
 %changelog
+* Tue Aug 27 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-0.13.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.12.b2
 - Remove Folsom release deprecated config options from nova-dist.conf
 


More information about the scm-commits mailing list