Add neutron_ceilometer_enabled default
This patch adds a default for neutron_ceilometer_enabled as it is missing from the defaults and causing playbook execution failures when this variable is not set. Change-Id: I00b432e3e0c6698bc47a05eeaaccddbcc378bfd5
This commit is contained in:
parent
e142145b0e
commit
b5a9eb5199
@ -42,6 +42,10 @@ neutron_venv_lib_dir: "{{ neutron_bin | dirname }}/lib/python2.7/site-packages/"
|
||||
neutron_non_venv_lib_dir: "/usr/local/lib/python2.7/dist-packages/"
|
||||
neutron_lib_dir: "{{ (neutron_venv_enabled | bool) | ternary(neutron_venv_lib_dir, neutron_non_venv_lib_dir) }}"
|
||||
|
||||
# Enable/Disable Ceilometer
|
||||
neutron_ceilometer_enabled: False
|
||||
|
||||
# Fatal Deprecations
|
||||
neutron_fatal_deprecations: False
|
||||
|
||||
## neutron User / Group
|
||||
|
Loading…
x
Reference in New Issue
Block a user