Skip to content
Snippets Groups Projects
Commit 9874b1b3 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Horizon multidomain flag"

parents e7c6f251 bd186a2e
No related branches found
No related tags found
No related merge requests found
...@@ -576,6 +576,7 @@ murano_agent_rabbitmq_user: "muranoagent" ...@@ -576,6 +576,7 @@ murano_agent_rabbitmq_user: "muranoagent"
# Horizon options # Horizon options
####################### #######################
horizon_backend_database: "{{ enable_murano | bool }}" horizon_backend_database: "{{ enable_murano | bool }}"
horizon_keystone_multidomain: False
################# #################
......
...@@ -87,7 +87,7 @@ OPENSTACK_API_VERSIONS = { ...@@ -87,7 +87,7 @@ OPENSTACK_API_VERSIONS = {
# Set this to True if running on a multi-domain model. When this is enabled, it # Set this to True if running on a multi-domain model. When this is enabled, it
# will require the user to enter the Domain name in addition to the username # will require the user to enter the Domain name in addition to the username
# for login. # for login.
#OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = False OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = {{ horizon_keystone_multidomain | bool }}
# Overrides the default domain used when running on single-domain model # Overrides the default domain used when running on single-domain model
# with Keystone V3. All entities will be created in the default domain. # with Keystone V3. All entities will be created in the default domain.
......
---
features:
- |
Added horizon_keystone_multidomain flag for horizon multidomain support.
This flag can be overriden in globals.yml. Default value: False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment