Add retries to service role creation
To cater for transient networking issues, we ensure the tasks are retried consistently with the other service creation tasks. Change-Id: I1e7ef27021e4886fe0755e58d8f59949530f2080
This commit is contained in:
parent
8486aa8155
commit
54c58ef5f8
@ -100,6 +100,10 @@
|
||||
name: "{{ item }}"
|
||||
endpoint_type: admin
|
||||
verify: "{{ not keystone_service_adminuri_insecure }}"
|
||||
register: add_roles
|
||||
until: add_roles is success
|
||||
retries: 5
|
||||
delay: 10
|
||||
with_items:
|
||||
- load-balancer_observer
|
||||
- load-balancer_global_observer
|
||||
|
Loading…
x
Reference in New Issue
Block a user