summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-03-14 02:05:03 +0000
committerGerrit Code Review <review@openstack.org>2013-03-14 02:05:03 +0000
commit7e5ea88e7a80bf7f542e1614cd8ee22592e35eb9 (patch)
tree1d0507c80441bd78531679487ad20e1314124e04
parent37e457db636f1c1bf09c27b051b04d79909c49eb (diff)
parent4bf35503c21a2f54474634f0de4b19489384d56f (diff)
Merge "Force nova to use keystone v2.0 for auth_token"
-rw-r--r--etc/nova/api-paste.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini
index 08d59c521..76e4e447c 100644
--- a/etc/nova/api-paste.ini
+++ b/etc/nova/api-paste.ini
@@ -105,3 +105,5 @@ admin_tenant_name = %SERVICE_TENANT_NAME%
admin_user = %SERVICE_USER%
admin_password = %SERVICE_PASSWORD%
signing_dir = /tmp/keystone-signing-nova
+# Workaround for https://bugs.launchpad.net/nova/+bug/1154809
+auth_version = v2.0