Merge "Update the job title of checking if Murano packages exists"

This commit is contained in:
Zuul 2017-12-13 17:58:06 +00:00 committed by Gerrit Code Review
commit dae4fc2ab8
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}