make keystone install more resiliant...

This commit is contained in:
Egon Rijpkema 2018-02-16 13:39:21 +01:00
parent e3f3d5d3b7
commit 84b901c8b3
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@
--bootstrap-internal-url http://{{ listen_ip | default(hostvars[groups['keystone'][0]]['ansible_default_ipv4']['address']) }}:35357/v3/
--bootstrap-public-url http://{{ listen_ip | default(hostvars[groups['keystone'][0]]['ansible_default_ipv4']['address']) }}:5000/v3/
--bootstrap-region-id RegionOne
# sometimes the initial connect fails.
# Retry until it succeeds.
retries: 7
delay: 3
ignore_errors: yes
- name: make sure service is started
systemd: