Correct mistral-executor image name

TrivialFix

Change-Id: I24838b3487baa97d8a03bbde2ecdfb42c29ebb80
This commit is contained in:
MD NADEEM 2016-08-03 20:43:06 +05:30 committed by Md Nadeem
parent f0987383f6
commit 76aeb503c8
1 changed files with 1 additions and 1 deletions

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']