Merge "Fix ceilometer bootstrap"
This commit is contained in:
commit
749832dd51
@ -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