diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 20 | ||||
| -rw-r--r-- | doc/source/commands.rst | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst new file mode 100644 index 00000000..70a0eedf --- /dev/null +++ b/doc/source/command-objects/subnet.rst @@ -0,0 +1,20 @@ +====== +subnet +====== + +Network v2 + +subnet list +----------- + +List subnets + +.. program:: subnet list +.. code:: bash + + os subnet list + [--long] + +.. option:: --long + + List additional fields in output diff --git a/doc/source/commands.rst b/doc/source/commands.rst index f7e8b444..5c8ea1b2 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -116,6 +116,7 @@ referring to both Compute and Volume quotas. * ``service``: (**Identity**) a cloud service * ``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 pool of private IP addresses that can be assigned to instances or other resources * ``token``: (**Identity**) a bearer token managed by Identity service * ``usage``: (**Compute**) display host resources being consumed * ``user``: (**Identity**) individual cloud resources users |
