Fix ceilometer bootstrap
Ceilometer image filter was incorrectly used. Thr filter should be in the volume list instead. Change-Id: I3ad8a1d85607004b28f9a25b9a4e9f8b914ae9df Closes-Bug: #1784496
This commit is contained in:
parent
c7cbb4f488
commit
ffe388ba06
@ -11,11 +11,11 @@
|
|||||||
KOLLA_BOOTSTRAP:
|
KOLLA_BOOTSTRAP:
|
||||||
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
||||||
CEILOMETER_DATABASE_TYPE: "gnocchi"
|
CEILOMETER_DATABASE_TYPE: "gnocchi"
|
||||||
image: "{{ ceilometer_notification.image | reject('equalto', '')|list }}"
|
image: "{{ ceilometer_notification.image }}"
|
||||||
labels:
|
labels:
|
||||||
BOOTSTRAP:
|
BOOTSTRAP:
|
||||||
name: "bootstrap_ceilometer"
|
name: "bootstrap_ceilometer"
|
||||||
restart_policy: "never"
|
restart_policy: "never"
|
||||||
volumes: "{{ ceilometer_notification.volumes }}"
|
volumes: "{{ ceilometer_notification.volumes|reject('equalto', '')|list }}"
|
||||||
run_once: True
|
run_once: True
|
||||||
delegate_to: "{{ groups[ceilometer_notification.group][0] }}"
|
delegate_to: "{{ groups[ceilometer_notification.group][0] }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user