diff options
| author | Yushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com> | 2017-01-07 15:28:39 +0900 |
|---|---|---|
| committer | Yushiro FURUKAWA <y.furukawa_2@jp.fujitsu.com> | 2017-01-07 15:28:39 +0900 |
| commit | 93d1c1f1d111ea8ce4a2aa67b2db142fbf060843 (patch) | |
| tree | 4873b9c10f9e5894bd85c615ce4927055b9f89ac /doc/source/usage | |
| parent | 19546d0c6d323ef50666f263e760c40fddf3b1ad (diff) | |
| download | python-neutronclient-93d1c1f1d111ea8ce4a2aa67b2db142fbf060843.tar.gz | |
Replace 'os' to 'openstack' for all command example
Trivial-fix
Change-Id: I670dd1240328859d5f10bb4d4ef878f1c8a0ed69
Diffstat (limited to 'doc/source/usage')
| -rw-r--r-- | doc/source/usage/osc/v2/network-trunk.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/usage/osc/v2/network-trunk.rst b/doc/source/usage/osc/v2/network-trunk.rst index a39e3bd..06a63d2 100644 --- a/doc/source/usage/osc/v2/network-trunk.rst +++ b/doc/source/usage/osc/v2/network-trunk.rst @@ -17,7 +17,7 @@ List all subports for a given network trunk .. program:: network subport list .. code:: bash - os network subport list + openstack network subport list --trunk <trunk> .. option:: --trunk <trunk> @@ -32,7 +32,7 @@ Create a network trunk for a given project .. program:: network trunk create .. code:: bash - os network trunk create + openstack network trunk create --parent-port <parent-port> [--subport <port=,segmentation-type=,segmentation-id=>] [--enable | --disable] @@ -78,7 +78,7 @@ Delete a given network trunk .. program:: network trunk delete .. code:: bash - os network trunk delete + openstack network trunk delete <trunk> [<trunk> ...] .. _network_trunk_delete-trunk: @@ -94,7 +94,7 @@ List all network trunks .. program:: network trunk list .. code:: bash - os network trunk list + openstack network trunk list [--long] .. option:: --long @@ -109,7 +109,7 @@ Set network trunk properties .. program:: network trunk set .. code:: bash - os network trunk set + openstack network trunk set [--name <name>] [--description <description>] [--subport <port=,segmentation-type=,segmentation-id=>] @@ -150,7 +150,7 @@ Show information of a given network trunk .. program:: network trunk show .. code:: bash - os network trunk show + openstack network trunk show <trunk> .. _network_trunk_show-trunk: @@ -166,7 +166,7 @@ Unset subports from a given network trunk .. program:: network trunk unset .. code:: bash - os network trunk unset + openstack network trunk unset --subport <subport> <trunk> |
