From ffcfff6f3eda2cc9022b7924aa1d08739d63aaa1 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 13 Aug 2014 13:13:51 -0600 Subject: Subnet List Subnet list command Partially implements: blueprint neutron-client Partial-Bug: #1523258 Change-Id: I3c0748074a6511ff92500516b3129886d2476eed --- doc/source/command-objects/subnet.rst | 20 ++++++++++++++++++++ doc/source/commands.rst | 1 + 2 files changed, 21 insertions(+) create mode 100644 doc/source/command-objects/subnet.rst (limited to 'doc') 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 -- cgit v1.2.1