python-openstackclient/releasenotes/notes/server-create-no-security-group-option-627697bddae429b1.yaml
Stephen Finucane 5ef5cc9c82 compute: Add server create --no-security-group option
To allow users to create servers with no security groups associated with
the ports.

Change-Id: I91b1d9dd5c3fbba838640841d98341cd8ccb1b16
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-11-29 10:33:18 +00:00

8 lines
276 B
YAML

---
features:
- |
The ``server create`` command now supports a ``--no-security-group``
option. When provided, no security groups will be associated with ports
created and attached to the server during server creation. This does not
affect pre-created ports.