Comment 2 for bug 1663520

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

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

commit c051c5f090fa6729a005c9d462afd8a75fc1b40f
Author: Rui Chen <email address hidden>
Date: Mon Feb 13 15:31:23 2017 +0800

    Fix "server create" command failed when --nic auto or none

    "auto" and "none" options was added into --nic argument of server create
    command in patch https://review.openstack.org/#/c/412698/ , but that
    don't work and raise internal error when execute command. The patch
    fix that issue and add unit and functional tests.

    Change-Id: Ia718c3bac0a5172a0cdbe9f0d97972a9346c1172
    Co-Authored-By: Kevin_Zheng <email address hidden>
    Closes-Bug: #1663520