Andrew Bogott has submitted this change and it was merged.

Change subject: Use keystone v3 api for horizon
......................................................................


Use keystone v3 api for horizon


Bug: T123310
Change-Id: I905e8891e2cb4b7f19a27fedfd652ffb79dea9fa
---
M modules/openstack/templates/kilo/horizon/local_settings.py.erb
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/openstack/templates/kilo/horizon/local_settings.py.erb 
b/modules/openstack/templates/kilo/horizon/local_settings.py.erb
index cb5e5ab..8f6db4d 100644
--- a/modules/openstack/templates/kilo/horizon/local_settings.py.erb
+++ b/modules/openstack/templates/kilo/horizon/local_settings.py.erb
@@ -40,6 +40,10 @@
 #     "volume": 2
 # }
 
+OPENSTACK_API_VERSIONS = {
+     "identity": 3,
+}
+
 # Set this to True if running on multi-domain model. When this is enabled, it
 # will require user to enter the Domain name in addition to username for login.
 # OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = False
@@ -144,7 +148,7 @@
 # ]
 
 OPENSTACK_HOST = "<%= @novaconfig['controller_hostname'] %>"
-OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST
+OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3"; % OPENSTACK_HOST
 OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_"
 
 # Disable SSL certificate checks (useful for self-signed certificates):

-- 
To view, visit https://gerrit.wikimedia.org/r/270593
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I905e8891e2cb4b7f19a27fedfd652ffb79dea9fa
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to