Merge "Correct mistral-executor image name"

This commit is contained in:
Jenkins 2016-08-05 07:25:38 +00:00 committed by Gerrit Code Review
commit aa1830eb0a

View File

@ -17,5 +17,5 @@
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ mistral_executorngine_image_full }}"
image: "{{ mistral_executor_image_full }}"
when: inventory_hostname in groups['mistral-executor']