diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-02-18 06:41:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-02-18 06:41:14 +0000 |
| commit | 83a0db0a54827f8d65459b5e954a79f68a29931e (patch) | |
| tree | 444618d9d64d71d4f0dda4bd0769f8a271ff1da6 /doc/source/command-objects | |
| parent | bf10900c13312b91b710859d41f253f65a51cc18 (diff) | |
| parent | c051c5f090fa6729a005c9d462afd8a75fc1b40f (diff) | |
| download | python-openstackclient-83a0db0a54827f8d65459b5e954a79f68a29931e.tar.gz | |
Merge "Fix "server create" command failed when --nic auto or none"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/server.rst | 2 |
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> |
