diff options
| author | Tang Chen <chen.tang@easystack.cn> | 2016-02-13 10:13:14 +0800 |
|---|---|---|
| committer | Tang Chen <chen.tang@easystack.cn> | 2016-02-19 11:05:28 +0800 |
| commit | 3c8bb165137ee1f17d99c270896b37fb9d00f07c (patch) | |
| tree | 80a2f6b896a38053454a86baad887c89eb8e3b44 /doc/source/command-objects | |
| parent | a04012c3d50c3623c699f57d0dd320783b92e1cb (diff) | |
| download | python-openstackclient-3c8bb165137ee1f17d99c270896b37fb9d00f07c.tar.gz | |
Subnet Pool: Add "subnet pool show" command
Change-Id: I8dda7bbf1e27b0ac773f62a5cd293387da96f8df
Closes-Bug: 1544590
Implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/subnet_pool.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet_pool.rst b/doc/source/command-objects/subnet_pool.rst index 4a2f9adc..7a8f79e4 100644 --- a/doc/source/command-objects/subnet_pool.rst +++ b/doc/source/command-objects/subnet_pool.rst @@ -34,3 +34,19 @@ List subnet pools .. option:: --long List additional fields in output + +subnet pool show +---------------- + +Show subnet pool details + +.. program:: subnet pool show +.. code:: bash + + os subnet pool show + <subnet-pool> + +.. _subnet_pool_show-subnet-pool: +.. describe:: <subnet-pool> + + Subnet pool to show (name or ID) |
