Browse code

Merge "Add support for the IPv6 extended attributes in Tempest"

Jenkins authored on 2014/05/23 03:09:19
Showing 1 changed files
... ...
@@ -300,6 +300,7 @@ function configure_tempest {
300 300
     iniset $TEMPEST_CONFIG network public_router_id "$public_router_id"
301 301
     iniset $TEMPEST_CONFIG network default_network "$FIXED_RANGE"
302 302
     iniset $TEMPEST_CONFIG network-feature-enabled ipv6 "$IPV6_ENABLED"
303
+    iniset $TEMPEST_CONFIG network-feature-enabled ipv6_subnet_attributes "$IPV6_SUBNET_ATTRIBUTES_ENABLED"
303 304
 
304 305
     # boto
305 306
     iniset $TEMPEST_CONFIG boto ec2_url "http://$SERVICE_HOST:8773/services/Cloud"