diff --git a/horizon/Chart.yaml b/horizon/Chart.yaml index 81a60b44ce..0defb8e879 100644 --- a/horizon/Chart.yaml +++ b/horizon/Chart.yaml @@ -14,7 +14,7 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Horizon name: horizon -version: 0.2.3 +version: 0.2.4 home: https://docs.openstack.org/horizon/latest/ icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png sources: diff --git a/horizon/values.yaml b/horizon/values.yaml index ddb9de5c06..da824060cc 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -300,7 +300,7 @@ conf: # 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 = '{{ .Values.conf.horizon.local_settings.config.keystone_multidomain_support }}' + OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = {{ .Values.conf.horizon.local_settings.config.keystone_multidomain_support }} # Overrides the default domain used when running on single-domain model # with Keystone V3. All entities will be created in the default domain. diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index ccc442a521..0aefb50d79 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -13,4 +13,5 @@ horizon: - 0.2.1 Make python script PEP8 compliant - 0.2.2 Use policies in yaml format - 0.2.3 Add openstack_enable_password_retrieve variable in value + - 0.2.4 Fix OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT value ...