Merge "Cinder ansible waits for bootstrap container on all hosts"
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user