We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9d8af commit 582f050Copy full SHA for 582f050
ansible/group_vars/all/kolla
@@ -537,6 +537,7 @@ kolla_enable_fluentd: "yes"
537
kolla_enable_freezer: "no"
538
kolla_enable_gnocchi: "no"
539
kolla_enable_grafana: "{{ kolla_enable_monasca | bool }}"
540
+kolla_enable_hacluster: "no"
541
kolla_enable_heat: "{{ kolla_enable_openstack_core | bool }}"
542
kolla_enable_horizon: "{{ kolla_enable_openstack_core | bool }}"
543
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