We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a618fc6 commit 18b0d0cCopy full SHA for 18b0d0c
ansible/group_vars/all/kolla
@@ -535,6 +535,7 @@ kolla_enable_fluentd: "yes"
535
kolla_enable_freezer: "no"
536
kolla_enable_gnocchi: "no"
537
kolla_enable_grafana: "{{ kolla_enable_monasca | bool }}"
538
+kolla_enable_hacluster: "no"
539
kolla_enable_heat: "{{ kolla_enable_openstack_core | bool }}"
540
kolla_enable_horizon: "{{ kolla_enable_openstack_core | bool }}"
541
kolla_enable_influxdb: "{{ kolla_enable_monasca | bool or kolla_enable_cloudkitty | bool }}"
releasenotes/notes/fix-hacluster-variable-48d1370651a11cda.yaml
@@ -0,0 +1,4 @@
1
+---
2
+fixes:
3
+ - |
4
+ Fixes an issue with undefined kolla_enable_hacluster variable.
0 commit comments