Merge "Cinder ansible waits for bootstrap container on all hosts"

This commit is contained in:
Jenkins 2015-08-23 07:40:50 +00:00 committed by Gerrit Code Review
commit aae4016908

@ -71,6 +71,7 @@
- name: Waiting for bootstrap container to exit
command: docker wait bootstrap_cinder
when: database.stdout.find('localhost | SUCCESS => ') != -1 and (database.stdout.split('localhost | SUCCESS => ')[1]|from_json).changed
run_once: True
- name: Cleaning up Cinder boostrap container
docker: