diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2014-08-13 13:13:51 -0600 |
|---|---|---|
| committer | Lingxian Kong <anlin.kong@gmail.com> | 2016-01-25 21:57:54 +1300 |
| commit | ffcfff6f3eda2cc9022b7924aa1d08739d63aaa1 (patch) | |
| tree | aa6f662ce5b70baca319dc1fdf6d2d6fe63f8e10 /doc/source | |
| parent | eb36df1f82e7a4d6bd2970fe39909dd3cae82ce3 (diff) | |
| download | python-openstackclient-ffcfff6f3eda2cc9022b7924aa1d08739d63aaa1.tar.gz | |
Subnet List
Subnet list command
Partially implements: blueprint neutron-client
Partial-Bug: #1523258
Change-Id: I3c0748074a6511ff92500516b3129886d2476eed
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 |
