summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/port.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-04-11 13:17:12 +0000
committerGerrit Code Review <review@openstack.org>2016-04-11 13:17:12 +0000
commitcba37d0031696a908df5229e6fc39b3a08aa47f4 (patch)
tree374b9b076cacc9ee6e625a8dc8511378dcd14970 /doc/source/command-objects/port.rst
parentcb8f757779ded16b769bce2c990650662dfa5223 (diff)
parent6b76860c451251fd3c95e1e0e1af12c560bf4043 (diff)
downloadpython-openstackclient-cba37d0031696a908df5229e6fc39b3a08aa47f4.tar.gz
Merge "Doc: Fix network command documentation issues"
Diffstat (limited to 'doc/source/command-objects/port.rst')
-rw-r--r--doc/source/command-objects/port.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst
index 2e83eea1..c2295249 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -124,11 +124,11 @@ Set port properties
os port set
[--fixed-ip subnet=<subnet>,ip-address=<ip-address> | --no-fixed-ip]
- [--device-id <device-id>]
+ [--device <device-id>]
[--device-owner <device-owner>]
[--vnic-type <vnic-type>]
[--binding-profile <binding-profile> | --no-binding-profile]
- [--host-id <host-id>]
+ [--host <host-id>]
[--enable | --disable]
[--name <name>]
<port>
@@ -143,9 +143,9 @@ Set port properties
Clear existing information of fixed-ips
-.. option:: --device-id <device-id>
+.. option:: --device <device-id>
- Device ID of this port
+ Port device ID
.. option:: --device-owner <device-owner>
@@ -165,9 +165,9 @@ Set port properties
Clear existing information of binding:profile
-.. option:: --host-id <host-id>
+.. option:: --host <host-id>
- The ID of the host where the port is allocated
+ Allocate port on host ``<host-id>`` (ID only)
.. option:: --enable