python-openstackclient/releasenotes/notes/server-create-server-group-a5b630f2a64de28d.yaml
Stephen Finucane 7708106cf0 compute: Add 'server create --server-group' option
Add an alias for requesting a server group. This is more syntactic
sugar, though it comes with the added bonus of letting users request a
server group by name instead of just ID.

Change-Id: I3d9a7ce04a02fdf374b7a8082618eccdea8c3217
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-11-02 17:48:03 +00:00

6 lines
170 B
YAML

---
features:
- |
The ``server create`` command now accepts a new option, ``--server-group``,
which is a shortcut for configuring the ``group`` scheduler hint.