diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-20 02:43:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-20 02:43:27 +0000 |
| commit | 3ab94614c29081b2872495376ee22c7c2081e3fa (patch) | |
| tree | 0a31bd6ddda03ca0fd3b19f9423bc042b0f0b64a /doc/source | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| parent | 194a8529d900da340e6976a1e128b129b428acfc (diff) | |
| download | python-openstackclient-3ab94614c29081b2872495376ee22c7c2081e3fa.tar.gz | |
Merge "Add doc for Searchlight client"
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 |
