Merge "Replace usage of netloc filters to urlsplit"
This commit is contained in:
commit
ccc53f7da8
@ -331,7 +331,7 @@ nova_resume_guests_state_on_host_boot: False
|
|||||||
# nova_default_schedule_zone: nova
|
# nova_default_schedule_zone: nova
|
||||||
|
|
||||||
# Comma separated list of Glance API servers
|
# 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
|
nova_network_type: linuxbridge
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user