Merge "Use clean keystone URL in the keystone validation"

This commit is contained in:
Zuul 2018-05-08 20:55:17 +00:00 committed by Gerrit Code Review
commit 15e0d705ed
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# Check that we can obtain an auth token from horizon
- name: Check Keystone
uri:
url: "{{ overcloud_keystone_url }}/v3/auth/tokens"
url: "{{ overcloud_keystone_url | urlsplit('scheme') }}://{{ overcloud_keystone_url | urlsplit('netloc')}}/v3/auth/tokens"
method: POST
body_format: json
body: