diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2022-10-26 13:24:30 +0300 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-10-26 17:12:57 +0300 |
| commit | a7975c42003d7df2af91154007435cd5f8560f24 (patch) | |
| tree | 292dd2b219e71def025b4da1df3bd74218d9100c /releasenotes/notes | |
| parent | ccd935655000682102d2f024e6a0219064ac9320 (diff) | |
| download | python-openstackclient-a7975c42003d7df2af91154007435cd5f8560f24.tar.gz | |
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>
Diffstat (limited to 'releasenotes/notes')
| -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. |
