summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorArmando Migliaccio <armamig@gmail.com>2016-08-29 22:01:49 -0700
committerArmando Migliaccio <armamig@gmail.com>2016-08-29 22:19:16 -0700
commit89d4a9a2eafc256b8a88234e93aba296fd0bf586 (patch)
treed62ecbbd2fed5852d286bf2c0098f8775d0a2aea /doc/source
parent93b6fe1d4f0049f04b9379b223073e939408ff12 (diff)
downloadpython-neutronclient-89d4a9a2eafc256b8a88234e93aba296fd0bf586.tar.gz
Make trunk commands handle description for trunk resources
Depends-on: Ie3149e206fe8a83631dd9d42d344fea3f03dc0db Partially-implements: blueprint vlan-aware-vms Change-Id: Ie721beb78a4a3b6da9e0f68167b91be043b7034e
Diffstat (limited to 'doc/source')
-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='