From 76aeb503c8d1ab28bdc0154d0fc3c47cc06666a1 Mon Sep 17 00:00:00 2001
From: MD NADEEM <mail2nadeem92@gmail.com>
Date: Wed, 3 Aug 2016 20:43:06 +0530
Subject: [PATCH] Correct mistral-executor image name

TrivialFix

Change-Id: I24838b3487baa97d8a03bbde2ecdfb42c29ebb80
---
 ansible/roles/mistral/tasks/pull.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/mistral/tasks/pull.yml b/ansible/roles/mistral/tasks/pull.yml
index f8782d9f0..6a17830b4 100644
--- a/ansible/roles/mistral/tasks/pull.yml
+++ b/ansible/roles/mistral/tasks/pull.yml
@@ -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']
-- 
GitLab