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:
Jesse Pretorius 2018-08-06 18:50:01 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 8486aa8155
commit 54c58ef5f8
1 changed files with 4 additions and 0 deletions

View File

@ -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