Move ipv6 config option into network-feature-enabled
This commit moves the ipv6 option into the proper config group.
Previously, there was an ipv6_enabled option under the network group.
This was the incorrect location for this type of option since, ipv6
is an optional feature it should be in the feature enabled group.
Change-Id: I35769cf4d18363fad56ed5150b4d01d8a5ad17e7
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index b9e3393..fedf357 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -570,9 +570,6 @@
# The mask bits for tenant ipv4 subnets (integer value)
#tenant_network_mask_bits=28
-# Allow the execution of IPv6 tests (boolean value)
-#ipv6_enabled=true
-
# The cidr block to allocate tenant ipv6 subnets from (string
# value)
#tenant_network_v6_cidr=2003::/64
@@ -599,6 +596,9 @@
# Options defined in tempest.config
#
+# Allow the execution of IPv6 tests (boolean value)
+#ipv6=true
+
# A list of enabled network extensions with a special entry
# all which indicates every extension is enabled (list value)
#api_extensions=all