From 194a8529d900da340e6976a1e128b129b428acfc Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Mon, 19 Dec 2016 17:23:53 +0800 Subject: [PATCH] Add doc for Searchlight client The doc information for python-searchlight client is not good and this patch add some information. Change-Id: I47da1665f5108a4d945b927c134904ab479c144d --- doc/source/commands.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 795dfd530b..206b18af3a 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