Set default for octavia_barbican_enabled
Change-Id: Ie671720f48fa447ce2e32aa5e98b2bb0079132fa
This commit is contained in:
parent
5e8059db54
commit
b18ae0c546
@ -15,6 +15,7 @@
|
||||
|
||||
# If there are any Ceilometer hosts in the environment, then enable its usage
|
||||
octavia_ceilometer_enabled: "{{ (groups['ceilometer_all'] is defined) and (groups['ceilometer_all'] | length > 0) }}"
|
||||
octavia_barbican_enabled: "{{ (groups['barbican_all'] is defined) and (groups['barbican_all'] | length > 0) }}"
|
||||
|
||||
octavia_service_region: "{{ service_region }}"
|
||||
octavia_package_state: "{{ package_state }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user