Explorar o código

reduce number of openstack heat retries

Tzu-Mainn Chen %!s(int64=6) %!d(string=hai) anos
pai
achega
d9aa3e0e01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_openstack/tasks/provision.yml

+ 1 - 1
roles/openshift_openstack/tasks/provision.yml

@@ -59,7 +59,7 @@
   ignore_errors: True
   register: stack_create
   until: stack_create is not failed
-  retries: 20
+  retries: 5
   delay: 5
   os_stack:
     name: "{{ openshift_openstack_stack_name }}"