c051c5f090
"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 <zhengzhenyu@huawei.com> Closes-Bug: #1663520
9 lines
364 B
YAML
9 lines
364 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix ``server create`` command failed when ``--nic`` auto or none.
|
|
``auto`` and ``none`` options was added into --nic argument of server
|
|
create command, but that don't work and raise internal error when execute
|
|
command. The patch fix that issue.
|
|
[Bug `1663520 <https://bugs.launchpad.net/python-openstackclient/+bug/1663520>`_]
|