Skip to content

Commit 582f050

Browse files
committed
Add missing declaration of kolla_enable_hacluster
Story: 2010069 Task: 45540 Change-Id: I0658c0059867468d6032cb1bfa3d05ae0d01c422 (cherry picked from commit b770339)
1 parent 8c9d8af commit 582f050

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ansible/group_vars/all/kolla

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ kolla_enable_fluentd: "yes"
537537
kolla_enable_freezer: "no"
538538
kolla_enable_gnocchi: "no"
539539
kolla_enable_grafana: "{{ kolla_enable_monasca | bool }}"
540+
kolla_enable_hacluster: "no"
540541
kolla_enable_heat: "{{ kolla_enable_openstack_core | bool }}"
541542
kolla_enable_horizon: "{{ kolla_enable_openstack_core | bool }}"
542543
kolla_enable_influxdb: "{{ kolla_enable_monasca | bool or kolla_enable_cloudkitty | bool }}"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with undefined kolla_enable_hacluster variable.

0 commit comments

Comments
 (0)