summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorRui Chen <chenrui.momo@gmail.com>2017-02-13 15:31:23 +0800
committerRui Chen <chenrui.momo@gmail.com>2017-02-15 14:25:37 +0800
commitc051c5f090fa6729a005c9d462afd8a75fc1b40f (patch)
tree1469803ebe6bd7ddf54b793cfab5a7ad507a1e1c /doc/source/command-objects
parent3b562ffa904ebb23396c2d6c7398a520cd535238 (diff)
downloadpython-openstackclient-c051c5f090fa6729a005c9d462afd8a75fc1b40f.tar.gz
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 <zhengzhenyu@huawei.com> Closes-Bug: #1663520
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/server.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index a5d22f81..b2ae965a 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -173,6 +173,8 @@ Create a new server
v6-fixed-ip: IPv6 fixed address for NIC (optional).
none: (v2.37+) no network is attached.
auto: (v2.37+) the compute service will automatically allocate a network.
+ Specifying a --nic of auto or none cannot be used with any other
+ --nic value.
.. option:: --hint <key=value>