diff options
| author | Graham Hayes <graham.hayes@hpe.com> | 2016-06-01 17:38:20 +0100 |
|---|---|---|
| committer | Graham Hayes <graham.hayes@hpe.com> | 2016-06-09 20:19:05 +0100 |
| commit | eedd4ac142200474520371fbb589be98124bcac8 (patch) | |
| tree | ca4d0b125accf81d143dd0e975ce7634616619d7 /doc/source | |
| parent | f1541866e507d114f4092c42ab5f629939363728 (diff) | |
| download | python-designateclient-eedd4ac142200474520371fbb589be98124bcac8.tar.gz | |
Allow cli to query "v2/recordsets"
The allows users to list all recordsets in the system.
running ``openstack recordset list all`` will show all rrsets
Change-Id: Id47961c80484550c99c1834a554afe31165b69ca
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/shell-v2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/shell-v2.rst b/doc/source/shell-v2.rst index 1eff928..482126c 100644 --- a/doc/source/shell-v2.rst +++ b/doc/source/shell-v2.rst @@ -96,6 +96,7 @@ zone set Set zone properties zone delete Delete zone recordset create Create new recordset recordset list List recordsets +recordset list all List all recordsets in all zones recordset show Show recordset details recordset set Set recordset properties recordset delete Delete recordset |
