Merge "Fix OPENSTACK_API_VERSION"

This commit is contained in:
Zuul 2022-01-24 09:36:51 +00:00 committed by Gerrit Code Review
commit a9c3412ee0
3 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Horizon
name: horizon
version: 0.2.15
version: 0.2.16
home: https://docs.openstack.org/horizon/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Horizon/OpenStack_Project_Horizon_vertical.png
sources:

View File

@ -307,7 +307,7 @@ conf:
OPENSTACK_API_VERSIONS = {
"identity": 3,
"container_infra": {{ .Values.conf.horizon.local_settings.config.openstack_api_versions.container_infra }}
"container-infra": {{ .Values.conf.horizon.local_settings.config.openstack_api_versions.container_infra }}
}
# Set this to True if running on multi-domain model. When this is enabled, it

View File

@ -25,4 +25,5 @@ horizon:
- 0.2.13 Add container infra api version in values
- 0.2.14 Add OPENSTACK_ENDPOINT_TYPE value
- 0.2.15 Add local_settings.d
- 0.2.16 Fix container-infra value
...