commit | 9cdd5250615bb6ab26a1a9a80743a03cc81b3b4a | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Mon Nov 04 08:37:57 2019 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Nov 04 08:37:57 2019 +0000 |
tree | 5aa2c99b53aec632ad18ae2c9766b7aaddec9039 | |
parent | b31f1677c28052c6ee9a1987a3c81ad7cc4b46a4 [diff] | |
parent | 5689355cf19a8b2e07bfc6d4c26696af8b4cc6b1 [diff] |
Merge "Use the IPv6 documentation prefix as the default cidr"
diff --git a/tempest/config.py b/tempest/config.py index d67d3e0..32cebc5 100644 --- a/tempest/config.py +++ b/tempest/config.py
@@ -667,7 +667,7 @@ default=28, help="The mask bits for project ipv4 subnets"), cfg.StrOpt('project_network_v6_cidr', - default="2003::/48", + default="2001:db8::/48", help="The cidr block to allocate project ipv6 subnets from"), cfg.IntOpt('project_network_v6_mask_bits', default=64,