summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-10 18:10:26 +0000
committerGerrit Code Review <review@openstack.org>2016-11-10 18:10:27 +0000
commit85f2afdad0de9cf101b727e63d5364b184abeef9 (patch)
treeb88cb1f124be80023c6890d365e842f9b5b5c2d0 /doc/source/command-objects
parent518fbf03970ac784c894bf1ab0d1bf56552d7b7a (diff)
parentc99ec284db181c7f9c72ce1163ba1ea45fe369d0 (diff)
downloadpython-openstackclient-85f2afdad0de9cf101b727e63d5364b184abeef9.tar.gz
Merge "Add description field port create & port set"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/port.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst
index f4dbe263..173d99b1 100644
--- a/doc/source/command-objects/port.rst
+++ b/doc/source/command-objects/port.rst
@@ -18,6 +18,7 @@ Create new port
os port create
--network <network>
+ [--description <description>]
[--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
[--device <device-id>]
[--device-owner <device-owner>]
@@ -34,6 +35,10 @@ Create new port
Network this port belongs to (name or ID)
+.. option:: --description <description>
+
+ Description of this port
+
.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
Desired IP and/or subnet (name or ID) for this port:
@@ -164,6 +169,7 @@ Set port properties
.. code:: bash
os port set
+ [--description <description>]
[--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
[--no-fixed-ip]
[--device <device-id>]
@@ -178,6 +184,10 @@ Set port properties
[--no-security-group]
<port>
+.. option:: --description <description>
+
+ Description of this port
+
.. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address>
Desired IP and/or subnet (name or ID) for this port: