From aeef56818941a72cc10e96669ad6ff317461046f Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 11 Mar 2016 15:42:17 -0600 Subject: Fix options in port create/set * --device-id should have been --device * --host-id should have been --host Old options are deprecated and retained for compatibility since they appear in a release. Closes-Bug: 1558677 Change-Id: Ic733523c8d57060f2cb5d420fdb1f7598e7d5e71 --- doc/source/command-objects/port.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index e9c09173..0ee6212b 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -15,11 +15,11 @@ Create new port os port create --network [--fixed-ip subnet=,ip-address=] - [--device-id ] + [--device ] [--device-owner ] [--vnic-type ] [--binding-profile ] - [--host-id ] + [--host ] [--enable | --disable] [--mac-address ] [--project [--project-domain ]] @@ -35,9 +35,9 @@ Create new port subnet=,ip-address= (this option can be repeated) -.. option:: --device-id +.. option:: --device - Device ID of this port + Port device ID .. option:: --device-owner @@ -53,9 +53,9 @@ Create new port Custom data to be passed as binding:profile: = (this option can be repeated) -.. 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