diff options
| author | Zuul <zuul@review.opendev.org> | 2022-11-08 10:48:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-11-08 10:48:36 +0000 |
| commit | 681934a96aa8e35ae3babc89bfb2b56d2daea950 (patch) | |
| tree | eb06bf0b46c116a78ba81845ed95005103e5fe45 /releasenotes | |
| parent | 70de31755d07f3701696444f078a92d2124091cb (diff) | |
| parent | a7975c42003d7df2af91154007435cd5f8560f24 (diff) | |
| download | python-openstackclient-681934a96aa8e35ae3babc89bfb2b56d2daea950.tar.gz | |
Merge "compute: Add '--no-network', '--auto-network' flags"
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/auto-no-network-options-f4ddb2bb7544d2f5.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/auto-no-network-options-f4ddb2bb7544d2f5.yaml b/releasenotes/notes/auto-no-network-options-f4ddb2bb7544d2f5.yaml new file mode 100644 index 00000000..3123d775 --- /dev/null +++ b/releasenotes/notes/auto-no-network-options-f4ddb2bb7544d2f5.yaml @@ -0,0 +1,6 @@ +--- +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. |
