Remove an extra comment about Tempest settings

It's above the if, including it in the else yields two comments.

Change-Id: I3b5563118f9e27222d21d3f2aedc42f275ca9e26
This commit is contained in:
David Moreau Simard 2019-02-11 10:10:47 -05:00
parent 4a2d906b9a
commit b6f7fa6c71
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 0 additions and 1 deletions

View File

@ -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 %}