From fa9d696440fca4fe6bcb2ad3dcc8b46684aebfa1 Mon Sep 17 00:00:00 2001 From: chenxing Date: Tue, 12 Dec 2017 14:46:43 +0800 Subject: [PATCH] Update the job title of checking if Murano packages exists Closes-Bug: #1734019 Change-Id: I203db11955189971640fcf8470e7a326d591b296 --- ansible/roles/murano/tasks/start.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/murano/tasks/start.yml b/ansible/roles/murano/tasks/start.yml index 45c2455ae8..c3b70ab029 100644 --- a/ansible/roles/murano/tasks/start.yml +++ b/ansible/roles/murano/tasks/start.yml @@ -38,7 +38,7 @@ delay: 6 delegate_to: "{{ groups['murano-api'][0] }}" -- name: Checking if Murano core library package exists +- name: Checking if Murano core and applications library packages exist command: > docker exec murano_api murano --os-username {{ openstack_auth.username }}