diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-01-27 00:36:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-01-27 00:36:11 +0000 |
| commit | 39330ddad75352c8b75d5489244b990793d39b49 (patch) | |
| tree | 7a359d4b4d7d7254b3551885aaa2c3c6e840466c /doc/source | |
| parent | f76425028b795cd642cc59feed8d089931dc2ed8 (diff) | |
| parent | ffcfff6f3eda2cc9022b7924aa1d08739d63aaa1 (diff) | |
| download | python-openstackclient-39330ddad75352c8b75d5489244b990793d39b49.tar.gz | |
Merge "Subnet List"
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 fbc3af4a..92b89637 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 |
