diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/port.rst | 21 | ||||
| -rw-r--r-- | doc/source/commands.rst | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst new file mode 100644 index 00000000..78677332 --- /dev/null +++ b/doc/source/command-objects/port.rst @@ -0,0 +1,21 @@ +==== +port +==== + +Network v2 + +port delete +----------- + +Delete port(s) + +.. program:: port delete +.. code:: bash + + os port delete + <port> [<port> ...] + +.. _port_delete-port: +.. describe:: <port> + + Port(s) to delete (name or ID) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index fc54c2ed..f7e8b444 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -101,6 +101,7 @@ referring to both Compute and Volume quotas. * ``network``: (**Network**) - a virtual network for connecting servers and other resources * ``object``: (**Object Storage**) a single file in the Object Storage * ``policy``: (**Identity**) determines authorization +* ``port``: (**Network**) - a virtual port for connecting servers and other resources to a network * ``project``: (**Identity**) owns a group of resources * ``quota``: (**Compute**, **Volume**) resource usage restrictions * ``region``: (**Identity**) a subset of an OpenStack deployment |
