python-tempestconf/releasenotes/notes/prioritize-external-network-named-public-fe84c304e536177e.yaml
Martin Kopec e4d8dc124c Prioritize external network named public
python-tempestconf will prioritize the external network named public
when auto-discovering an external network for tempest.

The public network is the network we end up using in most of the
cases. This will help avoid potential conflicts with other available
external networks that are not meant to be used by tempest. If no
external network with name public is found, the network discovered
last will be used.

Change-Id: Ib10cae1fa3610c4ea0a54b7f4ebbdb146bf4fce2
2024-05-03 14:40:40 +02:00

10 lines
451 B
YAML

---
fixes:
- |
python-tempestconf will prioritize the external network named public when
auto-discovering an external network for tempest. The public network is
the network we end up using in most of the cases. This will help avoid
potential conflicts with other available external networks that are not
meant to be used by tempest. If no external network with name public is
found, the network discovered last will be used.