diff --git a/tasks/keystone_service_bootstrap.yml b/tasks/keystone_service_bootstrap.yml index 8e44b18e..12089d27 100644 --- a/tasks/keystone_service_bootstrap.yml +++ b/tasks/keystone_service_bootstrap.yml @@ -15,7 +15,7 @@ - name: Wait for service to be up uri: - url: "http://{{ keystone_uwsgi_bind_address }}:{{ keystone_uwsgi_ports['keystone-wsgi-public']['http'] }}" + url: "{{ keystone_service_internaluri }}" method: "HEAD" status_code: 300 register: _wait_check