Browse code

Merge "Set default value for IPv6 subnet attribute flag"

Jenkins authored on 2014/06/12 18:22:02
Showing 1 changed files
... ...
@@ -64,6 +64,7 @@ TEMPEST_STORAGE_PROTOCOL=${TEMPEST_STORAGE_PROTOCOL:-iSCSI}
64 64
 
65 65
 # Neutron/Network variables
66 66
 IPV6_ENABLED=$(trueorfalse True $IPV6_ENABLED)
67
+IPV6_SUBNET_ATTRIBUTES_ENABLED=$(trueorfalse True $IPV6_SUBNET_ATTRIBUTES_ENABLED)
67 68
 
68 69
 # Functions
69 70
 # ---------