Merge "Replace usage of netloc filters to urlsplit"

This commit is contained in:
Zuul 2019-04-12 10:11:13 +00:00 committed by Gerrit Code Review
commit a12d7a5541
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ cinder_backend_rbd_inuse: '{{ (cinder_backends|default("")|to_json).find("cinder
# "volume:delete": ""
# Comma separated list of Glance API servers
cinder_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | netorigin }}"
cinder_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | urlsplit('scheme') ~ '://' ~ (glance_service_interalurl | default('http://localhost')) | urlsplit('netloc') }}"
cinder_service_in_ldap: false