From 3168e2297d0b48c240b22fb6d8c1b7d05def1e6b Mon Sep 17 00:00:00 2001 From: SaiKiran Date: Tue, 22 Dec 2015 19:41:15 +0530 Subject: Add support to delete the ports This patch adds "port delete" command to osc. Change-Id: I5c92b2f573249df4e6551506584ccafb4ff290b2 Implements: blueprint neutron-client Partial-Bug: #1519909 --- doc/source/command-objects/port.rst | 21 +++++++++++++++++++++ doc/source/commands.rst | 1 + 2 files changed, 22 insertions(+) create mode 100644 doc/source/command-objects/port.rst (limited to 'doc') 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_delete-port: +.. describe:: + + 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 -- cgit v1.2.1