Merge "Retry glance API sanity checks"

This commit is contained in:
Zuul 2018-04-04 06:32:18 +00:00 committed by Gerrit Code Review
commit c5b3cfd847

View File

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