Browse code

Set default value for IPv6 subnet attribute flag

This patch would set the IPv6 subnet extended attributes flag
to True. The following thread has some additional information.
https://review.openstack.org/#/c/96723/

Change-Id: Ie6ac42646cc2a4d808c05126bf7dd51f2b03ee6b
Partially implements: bp tempest-ipv6-attributes-support

sridhargaddam authored on 2014/06/03 12:33:45
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
 # ---------