From b6f7fa6c71c44e40a3b75428011a0cfccfc1016a Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 11 Feb 2019 10:10:47 -0500 Subject: [PATCH] Remove an extra comment about Tempest settings It's above the if, including it in the else yields two comments. Change-Id: I3b5563118f9e27222d21d3f2aedc42f275ca9e26 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index f4c8d6814a..1c2ebb982a 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -24,7 +24,6 @@ install_method: "{{ bootstrap_host_install_method }}" tempest_public_subnet_cidr: "172.29.236.0/22" tempest_public_subnet_allocation_pools: "172.29.239.110-172.29.239.200" {% else %} -## Tempest settings tempest_public_subnet_cidr: "172.29.248.0/22" tempest_public_subnet_allocation_pools: "172.29.249.110-172.29.249.200" {% endif %}