From 1ef3dd1de022d736358c9d902d290d69e0d45286 Mon Sep 17 00:00:00 2001 From: SamYaple Date: Tue, 22 Mar 2016 21:02:39 +0000 Subject: [PATCH] Enable horizon domain logins The horizon default is to prevent multidomain login. While allowing multidomain login wont prevent default domain login. Overhead is we must type in domain to login even if its default domain. Change-Id: I965c3612eb584e88071c619037e1f42b3f4c7cd0 Closes-Bug: #1560683 --- ansible/roles/horizon/templates/local_settings.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/horizon/templates/local_settings.j2 b/ansible/roles/horizon/templates/local_settings.j2 index c8ad4e2cb3..03c2168641 100644 --- a/ansible/roles/horizon/templates/local_settings.j2 +++ b/ansible/roles/horizon/templates/local_settings.j2 @@ -65,7 +65,7 @@ OPENSTACK_API_VERSIONS = { # 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 +OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True # Overrides the default domain used when running on single-domain model # with Keystone V3. All entities will be created in the default domain.