added retry
This commit is contained in:
parent
84b901c8b3
commit
1bbf1e4270
@ -90,6 +90,9 @@
|
||||
-e "OS_AUTH_URL=http://${KEYSTONE_HOST}:35357/v3"
|
||||
-e "OS_PASSWORD={{ secrets['OS_PASSWORD'] }}"
|
||||
{{ docker_image }} bash /etc/bootstrap.sh
|
||||
retries: 7
|
||||
delay: 3
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
- name: install openstack repo on host.
|
||||
|
Loading…
Reference in New Issue
Block a user