Browse code

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

Jenkins authored on 2015/04/29 04:36:30
Showing 1 changed files
... ...
@@ -62,7 +62,7 @@
62 62
 # -----------------------------
63 63
 
64 64
 # Subnet IP version
65
-IP_VERSION=${IP_VERSION:-4}
65
+IP_VERSION=${IP_VERSION:-"4+6"}
66 66
 # Validate IP_VERSION
67 67
 if [[ $IP_VERSION != "4" ]] && [[ $IP_VERSION != "6" ]] && [[ $IP_VERSION != "4+6" ]]; then
68 68
     die $LINENO "IP_VERSION must be either 4, 6, or 4+6"