diff --git a/openstack_operator/templates/horizon/configmap.yml.j2 b/openstack_operator/templates/horizon/configmap.yml.j2 index 496e3e4b..67606349 100644 --- a/openstack_operator/templates/horizon/configmap.yml.j2 +++ b/openstack_operator/templates/horizon/configmap.yml.j2 @@ -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 %}