diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-02-23 00:13:44 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-02-23 00:13:44 +0000 |
| commit | 7c9bb377c1d9be92af676a06959f7ddc86403491 (patch) | |
| tree | 535a7c62afcd7fbfdeb744629cf9dd90880e2a9c /doc/source/command-objects | |
| parent | c57fc41c33df58237f6b3ec8a5b2a0ff9573da2e (diff) | |
| parent | 112d7b0e0966599aa940de4c0598cea759780785 (diff) | |
| download | python-openstackclient-7c9bb377c1d9be92af676a06959f7ddc86403491.tar.gz | |
Merge "Add "os subnet show" command using SDK"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index 70a0eedf..12b05665 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -18,3 +18,19 @@ List subnets .. option:: --long List additional fields in output + +subnet show +----------- + +Show subnet details + +.. program:: subnet show +.. code:: bash + + os subnet show + <subnet> + +.. _subnet_show-subnet: +.. describe:: <subnet> + + Subnet to show (name or ID) |
