45496feee6
Both resource ID and name are supported to identify an object in openstackclient to make user easy to input, for security group, nova only support security group name in API when launch a new server, this patch convert ID to name, then pass name to nova API, and check the security group exist before creating server. Change-Id: I1ed4a967fb9de3f91c8945a1ef63f6c7b6b2dfb2 Closes-Bug: #1687814
8 lines
310 B
YAML
8 lines
310 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Allow security groups in ``server create`` command to be specified by name or ID with
|
|
the ``--security-group`` option. This also checks that the security group exist before
|
|
creating the server.
|
|
[Bug `1687814 <https://bugs.launchpad.net/python-openstackclient/+bug/1687814>`_]
|