Merge "Fix the freezer-scheduler start failed"

This commit is contained in:
Zuul 2018-05-16 14:15:37 +00:00 committed by Gerrit Code Review
commit e0b870a321

@ -38,7 +38,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