Bug fix: ceilometer_service_setup_host missing

Instead of ceilometer_service_setup_host, there is a
glance_service_setup_host, so I assume there was a wrong copy/paste

Change-Id: Ib19329bca8636753994ac99822026d54b980a030
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2018-09-17 17:17:36 +02:00
parent 854569cdb8
commit b40391593e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ debug: False
# Set the host which will execute the shade modules
# for the service setup. The host must already have
# clouds.yaml properly configured.
glance_service_setup_host: "{{ openstack_service_setup_host | default('localhost') }}"
ceilometer_service_setup_host: "{{ openstack_service_setup_host | default('localhost') }}"
# Set the package install state for distribution and pip packages
# Options are 'present' and 'latest'