python-tempestconf/releasenotes/notes/Accept-network-id-or-network-name-632632a3a63ba4ff.yaml
Martin Kopec eef2a04f22 Accept network id or name
This adds a new argument --network to specify either a name or
an id of a network that will be set in tempest.conf and used
by tempest to run tests.

At the same time, argument --network-id is deprecated and will
be removed in the future as it is replaced with --network argument.

Change-Id: Ifab729d7cf9362b4466c81b9b323b9098ebffd93
2024-05-05 18:04:14 +02:00

12 lines
396 B
YAML

---
features:
- |
Add a new argument ``--network`` to specify either a name or an id of
a network that will be set in tempest.conf and used by tempest to run
tests.
deprecations:
- |
Argument ``--network-id`` is deprecated and will be removed in the future.
``--network-id`` is replaced with ``--network`` that can be used to
specify both, network id or network name.