Merge "Remove unnecessary until in register.yml file"

This commit is contained in:
Jenkins
2017-02-22 12:28:06 +00:00
committed by Gerrit Code Review
31 changed files with 0 additions and 276 deletions

View File

@@ -13,10 +13,6 @@
auth: "{{ '{{ openstack_tacker_auth }}' }}"
module_extra_vars:
openstack_tacker_auth: "{{ openstack_tacker_auth }}"
register: tacker_endpoint
until: tacker_endpoint|success
retries: 10
delay: 5
run_once: True
with_items:
- {'interface': 'admin', 'url': '{{ tacker_admin_endpoint }}'}
@@ -35,8 +31,4 @@
auth: "{{ '{{ openstack_tacker_auth }}' }}"
module_extra_vars:
openstack_tacker_auth: "{{ openstack_tacker_auth }}"
register: tacker_user
until: tacker_user|success
retries: 10
delay: 5
run_once: True