Use network UUID for floating_network_name

``floating_network_name`` works well with UUIDs as well.
This change doesn't make any difference when tempest creates public
network.
But when it's not, operator does not set ``tempest_public_net_name``
which leaves ``floating_network_name`` with a defeault value.
In order to fix ``floating_network_name`` behavior for both scenarios,
it should be set to the ``tempest_neutron_public_network_id``.
We do the same thing for ``public_network_id``.
Change-Id: I10e0c49b0d89b9530a523e9db79d5c7aa52359a4
This commit is contained in:
Damian Dabrowski
2022年07月11日 17:05:15 +02:00
committed by Damian Dąbrowski
parent 514b0ca612
commit d1110c3ee8

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 %}
Reference in New Issue
openstack/openstack-ansible-os_tempest
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.