Skip to content
Snippets Groups Projects
Commit 55b51c2a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix the "Creating the Zun service and endpoint" failed"

parents 62c5ba1e 90bf34f0
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
kolla_toolbox:
module_name: "kolla_keystone_service"
module_args:
service_name: "{{ item.service_name }}"
service_type: "{{ item.service_type }}"
service_name: "zun"
service_type: "container"
description: "Container Service"
endpoint_region: "{{ openstack_region_name }}"
url: "{{ item.url }}"
......@@ -13,10 +13,6 @@
auth: "{{ '{{ openstack_zun_auth }}' }}"
module_extra_vars:
openstack_zun_auth: "{{ openstack_zun_auth }}"
register: zun_endpoint
until: zun_endpoint|success
retries: 10
delay: 5
run_once: True
with_items:
- {'interface': 'admin', 'url': '{{ zun_admin_endpoint }}'}
......@@ -35,8 +31,4 @@
auth: "{{ '{{ openstack_zun_auth }}' }}"
module_extra_vars:
openstack_zun_auth: "{{ openstack_zun_auth }}"
register: zun_user
until: zun_user|success
retries: 10
delay: 5
run_once: True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment