summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-01 00:41:38 +0000
committerGerrit Code Review <review@openstack.org>2016-09-01 00:41:38 +0000
commitfdc9f02de07b81b54406121b09305e0fd3e3d0f5 (patch)
treeb992a898354ede826189dcaf102a9683dbbb0270 /doc
parentfdf7e770b621cb8c8d0c5aa3742371f3c63fbdd3 (diff)
parent89d4a9a2eafc256b8a88234e93aba296fd0bf586 (diff)
downloadpython-neutronclient-fdc9f02de07b81b54406121b09305e0fd3e3d0f5.tar.gz
Merge "Make trunk commands handle description for trunk resources"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/usage/osc/v2/network-trunk.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/usage/osc/v2/network-trunk.rst b/doc/source/usage/osc/v2/network-trunk.rst
index 5a79310..a39e3bd 100644
--- a/doc/source/usage/osc/v2/network-trunk.rst
+++ b/doc/source/usage/osc/v2/network-trunk.rst
@@ -37,6 +37,7 @@ Create a network trunk for a given project
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
[--project <project> [--project-domain <project-domain>]]
+ [--description <description>]
<name>
.. option:: --parent-port <parent-port>
@@ -65,6 +66,10 @@ Create a network trunk for a given project
Domain the project belongs to (name or ID).
This can be used in case collisions between project names exist.
+.. option:: --description <description>
+
+ A description of the trunk.
+
network trunk delete
--------------------
@@ -106,6 +111,7 @@ Set network trunk properties
os network trunk set
[--name <name>]
+ [--description <description>]
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
<trunk>
@@ -114,6 +120,10 @@ Set network trunk properties
Set trunk name
+.. option:: --description <description>
+
+ A description of the trunk.
+
.. option:: --subport <port=,segmentation-type=,segmentation-id=>
Subport to add. Subport is of form 'port=<name or ID>,segmentation-type=,segmentation-ID='