Merge "Fix ceilometer bootstrap"

This commit is contained in:
Zuul 2018-08-13 07:02:41 +00:00 committed by Gerrit Code Review
commit 749832dd51

View File

@ -11,11 +11,11 @@
KOLLA_BOOTSTRAP:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
CEILOMETER_DATABASE_TYPE: "gnocchi"
image: "{{ ceilometer_notification.image | reject('equalto', '')|list }}"
image: "{{ ceilometer_notification.image }}"
labels:
BOOTSTRAP:
name: "bootstrap_ceilometer"
restart_policy: "never"
volumes: "{{ ceilometer_notification.volumes }}"
volumes: "{{ ceilometer_notification.volumes|reject('equalto', '')|list }}"
run_once: True
delegate_to: "{{ groups[ceilometer_notification.group][0] }}"