diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-11 13:17:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-11 13:17:12 +0000 |
| commit | cba37d0031696a908df5229e6fc39b3a08aa47f4 (patch) | |
| tree | 374b9b076cacc9ee6e625a8dc8511378dcd14970 /doc/source/command-objects/port.rst | |
| parent | cb8f757779ded16b769bce2c990650662dfa5223 (diff) | |
| parent | 6b76860c451251fd3c95e1e0e1af12c560bf4043 (diff) | |
| download | python-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.rst | 12 |
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 |
