From baa85527c98095b163fd543a9f26e29f58b287de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Thu, 17 Oct 2019 13:49:09 +0200 Subject: [PATCH] Do not disable IPv6 in Tempest IPv6 need not have been disabled in Tempest before either. Change-Id: I77f691b6b028d1a7f57537442a79557ede5f861e --- ansible/roles/tempest/templates/tempest.conf.j2 | 3 --- releasenotes/notes/tempest-ipv6-default-966350472d857643.yaml | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/tempest-ipv6-default-966350472d857643.yaml diff --git a/ansible/roles/tempest/templates/tempest.conf.j2 b/ansible/roles/tempest/templates/tempest.conf.j2 index 873a338e3d..ed0aa87215 100644 --- a/ansible/roles/tempest/templates/tempest.conf.j2 +++ b/ansible/roles/tempest/templates/tempest.conf.j2 @@ -56,9 +56,6 @@ public_network_id = {{ tempest_public_network_id }} floating_network_name = {{ tempest_floating_network_name }} project_networks_reachable = false -[network-feature-enabled] -ipv6 = false - [object-storage] region = {{ openstack_region_name }} diff --git a/releasenotes/notes/tempest-ipv6-default-966350472d857643.yaml b/releasenotes/notes/tempest-ipv6-default-966350472d857643.yaml new file mode 100644 index 0000000000..cc2258fa80 --- /dev/null +++ b/releasenotes/notes/tempest-ipv6-default-966350472d857643.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Tempest no longer disables IPv6 tests. The upstream default is used now.