Merge "Use network UUID for floating_network_name"

This commit is contained in:
Zuul 2022-07-13 22:59:20 +00:00 committed by Gerrit Code Review
commit f8c8a1ed6c

View File

@ -103,7 +103,7 @@ build_timeout = 600
[network]
endpoint_type = {{ tempest_endpoint_type }}
public_network_id = {{ tempest_neutron_public_network_id }}
floating_network_name = {{ tempest_public_net_name }}
floating_network_name = {{ tempest_neutron_public_network_id }}
build_timeout = 600
{% endif %}