From bb2908b7e7c49faeab40cd8c62eec3b85f527fc4 Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Thu, 15 May 2014 10:24:31 -0400 Subject: [PATCH] Add support for the IPv6 extended attributes in Tempest Implements blueprint tempest-ipv6-attributes-support Change-Id: I96bb78828eeb5548bb075f936342a027b9d11652 --- lib/tempest | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tempest b/lib/tempest index e899443bef..380c6c2a4a 100644 --- a/lib/tempest +++ b/lib/tempest @@ -300,6 +300,7 @@ function configure_tempest { iniset $TEMPEST_CONFIG network public_router_id "$public_router_id" iniset $TEMPEST_CONFIG network default_network "$FIXED_RANGE" iniset $TEMPEST_CONFIG network-feature-enabled ipv6 "$IPV6_ENABLED" + iniset $TEMPEST_CONFIG network-feature-enabled ipv6_subnet_attributes "$IPV6_SUBNET_ATTRIBUTES_ENABLED" # boto iniset $TEMPEST_CONFIG boto ec2_url "http://$SERVICE_HOST:8773/services/Cloud"