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

Merge "Fix monasca use of "action" -> "kolla_action""

parents 8ce12015 54a98c11
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
image: "{{ service.image }}"
volumes: "{{ service.volumes }}"
when:
- action != "config"
- kolla_action != "config"
- inventory_hostname in groups[service.group]
- service.enabled | bool
- config_json.changed | bool
......@@ -76,7 +76,7 @@
image: "{{ service.image }}"
volumes: "{{ service.volumes }}"
when:
- action != "config"
- kolla_action != "config"
- inventory_hostname in groups[service.group]
- service.enabled | bool
- config_json.changed | bool
......
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