Merge "IPv6 healthcheck fixes for nova-vnc-proxy"
This commit is contained in:
@@ -12,4 +12,9 @@ if [ "${proto_is_ssl,,}" = true ] ; then
|
||||
bind_proto=https
|
||||
fi
|
||||
|
||||
# Add brackets if IPv6
|
||||
if [[ $bind_host =~ ":" ]]; then
|
||||
bind_host="[${bind_host}]"
|
||||
fi
|
||||
|
||||
healthcheck_curl ${bind_proto}://${bind_host}:${bind_port}/
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
In case of IPv6 URLs brackets are required. This adds a check for IPv6 and
|
||||
adds brackets if needed.
|
||||
Reference in New Issue
Block a user