Comment 3 for bug 1687814

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/462076
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=45496feee6ae781dc0c1df4a0e5bd71b05653748
Submitter: Jenkins
Branch: master

commit 45496feee6ae781dc0c1df4a0e5bd71b05653748
Author: Rui Chen <email address hidden>
Date: Wed May 3 15:17:10 2017 +0800

    Create server with security group ID and name

    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