Merge "Set DevStack to dual stack by default in Kilo+"

This commit is contained in:
Jenkins 2015-04-28 19:36:30 +00:00 committed by Gerrit Code Review
commit 6d45e29bbb

View File

@ -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"