blob: 4c4d7e3b038aa9e3d63de25c978fd9227a78db08 (
plain)
1
2
3
4
5
6
7
8
|
---
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>`_]
|