From fe733ae6762d41c2ef0cb70c11250e7fbd9ca2a1 Mon Sep 17 00:00:00 2001 From: sridhargaddam Date: Tue, 3 Jun 2014 09:03:45 +0530 Subject: [PATCH] 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 --- lib/tempest | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tempest b/lib/tempest index 79412f9cc7..8681c45ad2 100644 --- a/lib/tempest +++ b/lib/tempest @@ -64,6 +64,7 @@ TEMPEST_STORAGE_PROTOCOL=${TEMPEST_STORAGE_PROTOCOL:-iSCSI} # Neutron/Network variables IPV6_ENABLED=$(trueorfalse True $IPV6_ENABLED) +IPV6_SUBNET_ATTRIBUTES_ENABLED=$(trueorfalse True $IPV6_SUBNET_ATTRIBUTES_ENABLED) # Functions # ---------