Fix OPENSTACK_API_VERSION

Fix container_infra api version value to container-infra.

Change-Id: I6c0bb2efc0ec9a4c227e48ed14f0d5bad526e76f
This commit is contained in:
xuxant02@gmail.com 2022-01-12 09:05:25 +05:45
parent 2687a9d24f
commit 4f8208e371
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
...