Add ability to configure OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT in horizon

Change-Id: Ib8859042d7c43ccae5b9790ce6a84823211fc6e6
This commit is contained in:
okozachenko
2020-05-25 21:19:26 +03:00
parent 5bb1c87d15
commit 9f984daa19
@@ -38,3 +38,8 @@ data:
OPENSTACK_KEYSTONE_URL = '{{ auth_url }}'
OPENSTACK_NEUTRON_NETWORK['enable_ha_router'] = True
{% if spec.multidomain is not defined %}
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = False
{% else %}
OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = {{ spec.multidomain }}
{% endif %}