Merge "Set DevStack to dual stack by default in Kilo+"
This commit is contained in:
commit
6d45e29bbb
@ -62,7 +62,7 @@
|
||||
# -----------------------------
|
||||
|
||||
# Subnet IP version
|
||||
IP_VERSION=${IP_VERSION:-4}
|
||||
IP_VERSION=${IP_VERSION:-"4+6"}
|
||||
# Validate IP_VERSION
|
||||
if [[ $IP_VERSION != "4" ]] && [[ $IP_VERSION != "6" ]] && [[ $IP_VERSION != "4+6" ]]; then
|
||||
die $LINENO "IP_VERSION must be either 4, 6, or 4+6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user