Merge "Replace usage of netloc filters to urlsplit"

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

View File

@ -331,7 +331,7 @@ nova_resume_guests_state_on_host_boot: False
# nova_default_schedule_zone: nova
# Comma separated list of Glance API servers
nova_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | netorigin }}"
nova_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | urlsplit('scheme') ~ '://' ~ (glance_service_internalurl | default('http://localhost')) | urlsplit('netloc') }}"
nova_network_type: linuxbridge