From 6b76860c451251fd3c95e1e0e1af12c560bf4043 Mon Sep 17 00:00:00 2001 From: Richard Theis Date: Fri, 1 Apr 2016 16:16:08 -0500 Subject: Doc: Fix network command documentation issues Fix the following network command documentation issues: - Fix format of subnet pool positional arguments - Update port set options to match help - Fix network command documentation for Network v2 versus Compute v2 options and commands - Fix subnet command documentation errors and formatting problems in help text Change-Id: I808c2a70ca62eafc9e42d6873539cdd142ffe50c Related-Bug: #1558677 --- doc/source/command-objects/port.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/source/command-objects/port.rst') 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=,ip-address= | --no-fixed-ip] - [--device-id ] + [--device ] [--device-owner ] [--vnic-type ] [--binding-profile | --no-binding-profile] - [--host-id ] + [--host ] [--enable | --disable] [--name ] @@ -143,9 +143,9 @@ Set port properties Clear existing information of fixed-ips -.. option:: --device-id +.. option:: --device - Device ID of this port + Port device ID .. option:: --device-owner @@ -165,9 +165,9 @@ Set port properties Clear existing information of binding:profile -.. option:: --host-id +.. option:: --host - The ID of the host where the port is allocated + Allocate port on host ```` (ID only) .. option:: --enable -- cgit v1.2.1