Allow IPv6 tests to be disabled

By default they are enabled. This is useful if
certain plugins do not fully support IPv6, or if
the 3rd party CI is set up for IPv4 only.

Closes-bug: 1282387

Change-Id: I6d402381474d70c5f7a4fe378c0459c9b3a92085
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 025d0f3..358b005 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -537,6 +537,9 @@
 # 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