diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/subnet_pool.rst | 21 | ||||
| -rw-r--r-- | doc/source/commands.rst | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet_pool.rst b/doc/source/command-objects/subnet_pool.rst new file mode 100644 index 00000000..375fae81 --- /dev/null +++ b/doc/source/command-objects/subnet_pool.rst @@ -0,0 +1,21 @@ +=========== +subnet pool +=========== + +Network v2 + +subnet pool delete +------------------ + +Delete subnet pool + +.. program:: subnet pool delete +.. code:: bash + + os subnet pool delete + <subnet-pool> + +.. _subnet_pool_delete-subnet-pool: +.. describe:: <subnet-pool> + + Subnet pool to delete (name or ID) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 6b862f81..3598c284 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -118,6 +118,7 @@ referring to both Compute and Volume quotas. * ``service provider``: (**Identity**) a resource that consumes assertions from an ``identity provider`` * ``snapshot``: (**Volume**) a point-in-time copy of a volume * ``subnet``: (**Network**) - a contiguous range of IP addresses assigned to a network +* ``subnet pool``: (**Network**) - a pool of subnets * ``token``: (**Identity**) a bearer token managed by Identity service * ``usage``: (**Compute**) display host resources being consumed * ``user``: (**Identity**) individual cloud resources users |
