Skip to content

Commit

Permalink
Add missing declaration of kolla_enable_hacluster
Browse files Browse the repository at this point in the history
Story: 2010069
Task: 45540
Change-Id: I0658c0059867468d6032cb1bfa3d05ae0d01c422
(cherry picked from commit b770339)
  • Loading branch information
g0rgamesh committed Jun 6, 2022
1 parent 9a093b5 commit 98fbc2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/group_vars/all/kolla
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,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 }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Fixes an issue with undefined kolla_enable_hacluster variable.

0 comments on commit 98fbc2f

Please sign in to comment.