Merge "DCN/Edge: Handle ipv6 address for local glance endpoint"
This commit is contained in:
commit
8e0ef7156b
@ -57,7 +57,7 @@ outputs:
|
||||
value: &glance_api_edge_uri
|
||||
str_replace:
|
||||
template:
|
||||
"PROTOCOL://%{hiera('NETWORK')}:9292"
|
||||
"PROTOCOL://%{hiera('NETWORK_uri')}:9292"
|
||||
params:
|
||||
PROTOCOL:
|
||||
if:
|
||||
|
@ -63,7 +63,7 @@ outputs:
|
||||
value: &glance_api_edge_uri
|
||||
str_replace:
|
||||
template:
|
||||
"PROTOCOL://%{hiera('NETWORK')}:9292"
|
||||
"PROTOCOL://%{hiera('NETWORK_uri')}:9292"
|
||||
params:
|
||||
PROTOCOL:
|
||||
if:
|
||||
|
Loading…
Reference in New Issue
Block a user