python-openstackclient/releasenotes/notes/auto-no-network-options-f4ddb2bb7544d2f5.yaml
Stephen Finucane a7975c4200 compute: Add '--no-network', '--auto-network' flags
These are aliases for '--nic none' and '--nic auto', respectively.

Change-Id: I7b4f7e5c3769a813bd8b2b9cd6090c6fe501e13d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-10-26 17:12:57 +03:00

7 lines
203 B
YAML

---
features:
- |
The ``server create`` command now accepts two new options, ``--no-network``
and ``--auto-network``. These are aliases for ``--nic none`` and
``--nic auto``, respectively.