summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorTang Chen <tangchen@cn.fujitsu.com>2015-12-02 14:02:12 +0800
committerSteve Martinelli <stevemar@ca.ibm.com>2015-12-01 06:59:22 +0000
commit106f928cb66fbfb3fb99f32b9d3e8ffdbda04d75 (patch)
treeaf7ba849d36334e7c7dcbb9bfd40f17077a7e1e1 /doc/source/command-objects
parent0069a0196717eb7ba60bcda5b89bf87608cc01dd (diff)
downloadpython-openstackclient-106f928cb66fbfb3fb99f32b9d3e8ffdbda04d75.tar.gz
Support "server list" searching by both image name and ID.
Nova API only supports list servers searching by image ID. In OSC, we can support both image name and ID by mapping the name to ID. This patch also fix the inconsistent doc in .py and .rst files. Closes-Bug: 1521492 Change-Id: I70613843f82d74732bd32a457cd4a31aba57825f
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/server.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst
index 59c047ad..627b6733 100644
--- a/doc/source/command-objects/server.rst
+++ b/doc/source/command-objects/server.rst
@@ -220,7 +220,7 @@ List servers
.. option:: --image <image>
- Search by image ID
+ Search by image (name or ID)
.. option:: --host <hostname>