Add missing declaration of kolla_enable_hacluster

Story: 2010069
Task: 45540
Change-Id: I0658c0059867468d6032cb1bfa3d05ae0d01c422
This commit is contained in:
Rafal Lewandowski 2022-06-03 15:28:05 +02:00
parent 00eeec773c
commit b77033970a
2 changed files with 5 additions and 0 deletions

View File

@ -535,6 +535,7 @@ kolla_enable_fluentd: "yes"
kolla_enable_freezer: "no"
kolla_enable_gnocchi: "no"
kolla_enable_grafana: "{{ kolla_enable_monasca | bool }}"
kolla_enable_hacluster: "no"
kolla_enable_heat: "{{ kolla_enable_openstack_core | bool }}"
kolla_enable_horizon: "{{ kolla_enable_openstack_core | bool }}"
kolla_enable_influxdb: "{{ kolla_enable_monasca | bool or kolla_enable_cloudkitty | bool }}"

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixes an issue with undefined kolla_enable_hacluster variable.