diff options
| author | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-19 17:23:53 +0800 |
|---|---|---|
| committer | Kevin_Zheng <zhengzhenyu@huawei.com> | 2016-12-19 17:23:53 +0800 |
| commit | 194a8529d900da340e6976a1e128b129b428acfc (patch) | |
| tree | 18c9b55ca60a4e4c4199351a28bc80c1877d6b21 /doc/source | |
| parent | 25c563d0d8e1b9cc5d9bcafa93b33628e29aed58 (diff) | |
| download | python-openstackclient-194a8529d900da340e6976a1e128b129b428acfc.tar.gz | |
Add doc for Searchlight client
The doc information for python-searchlight client
is not good and this patch add some information.
Change-Id: I47da1665f5108a4d945b927c134904ab479c144d
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/commands.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 795dfd53..206b18af 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -193,6 +193,9 @@ list check out :doc:`plugin-commands`. * ``ptr record``: (**DNS (Designate)**) * ``queue``: (**Messaging (Zaqar)**) * ``recordset``: (**DNS (Designate)**) +* ``search`` (**Search (Searchlight)**) +* ``search facet`` (**Search (Searchlight)**) +* ``search resource type`` (**Search (Searchlight)**) * ``secret``: (**Key Manager (Barbican)**) * ``secret container``: (**Key Manager (Barbican)**) * ``secret order``: (**Key Manager (Barbican)**) @@ -237,6 +240,7 @@ Those actions with an opposite action are noted in parens if applicable. * ``migrate`` - move a server or a volume to a different host; ``--live`` performs a live server migration if possible * ``pause`` (``unpause``) - stop one or more servers and leave them in memory +* ``query`` - Query resources by Elasticsearch query string or json format DSL. * ``reboot`` - forcibly reboot a server * ``rebuild`` - rebuild a server using (most of) the same arguments as in the original create * ``remove`` (``add``) - remove an object from a group of objects |
