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

This commit is contained in:
Zuul 2018-07-20 14:11:03 +00:00 committed by Gerrit Code Review
commit f111054b35
1 changed files with 2 additions and 2 deletions

View File

@ -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