Fix OPENSTACK_API_VERSION
Fix container_infra api version value to container-infra. Change-Id: I6c0bb2efc0ec9a4c227e48ed14f0d5bad526e76f
This commit is contained in:
parent
2687a9d24f
commit
4f8208e371
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user