Skip to content
Snippets Groups Projects
Commit b7703397 authored by Rafal Lewandowski's avatar Rafal Lewandowski
Browse files

Add missing declaration of kolla_enable_hacluster

Story: 2010069
Task: 45540
Change-Id: I0658c0059867468d6032cb1bfa3d05ae0d01c422
parent 00eeec77
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"
......
---
fixes:
- |
Fixes an issue with undefined kolla_enable_hacluster variable.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment