Merge "Retry Keystone's default user role creation"
This commit is contained in:
commit
9e88df11ab
@ -15,4 +15,8 @@
|
|||||||
auth: "{{ '{{ openstack_keystone_auth }}' }}"
|
auth: "{{ '{{ openstack_keystone_auth }}' }}"
|
||||||
module_extra_vars:
|
module_extra_vars:
|
||||||
openstack_keystone_auth: "{{ openstack_keystone_auth }}"
|
openstack_keystone_auth: "{{ openstack_keystone_auth }}"
|
||||||
|
register: default_role
|
||||||
|
until: default_role|success
|
||||||
|
retries: 10
|
||||||
|
delay: 5
|
||||||
run_once: True
|
run_once: True
|
||||||
|
Loading…
Reference in New Issue
Block a user