Merge "Retry glance API sanity checks"
This commit is contained in:
commit
c5b3cfd847
@ -9,6 +9,10 @@
|
|||||||
endpoint_type: "{{ openstack_interface }}"
|
endpoint_type: "{{ openstack_interface }}"
|
||||||
delegate_to: "{{ groups['glance-api'][0] }}"
|
delegate_to: "{{ groups['glance-api'][0] }}"
|
||||||
run_once: True
|
run_once: True
|
||||||
|
register: img_create
|
||||||
|
retries: 10
|
||||||
|
delay: 3
|
||||||
|
until: img_create | success
|
||||||
when: kolla_enable_sanity_glance | bool
|
when: kolla_enable_sanity_glance | bool
|
||||||
|
|
||||||
- name: Glance sanity check - cleanup
|
- name: Glance sanity check - cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user