eef2a04f22
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
12 lines
396 B
YAML
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.
|