Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 180ab506 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add missing Monasca persister and notification dimensions"

parents 9355f17f 6b4cd657
No related branches found
No related tags found
No related merge requests found
......@@ -143,6 +143,7 @@
name: "{{ service.container_name }}"
image: "{{ service.image }}"
volumes: "{{ service.volumes }}"
dimensions: "{{ service.dimensions }}"
when:
- kolla_action != "config"
- inventory_hostname in groups[service.group]
......@@ -163,6 +164,7 @@
name: "{{ service.container_name }}"
image: "{{ service.image }}"
volumes: "{{ service.volumes }}"
dimensions: "{{ service.dimensions }}"
when:
- kolla_action != "config"
- inventory_hostname in groups[service.group]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment