mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 01:37:15 +00:00
Merge "Fix OPENSTACK_API_VERSION"
This commit is contained in:
@@ -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
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user