From 0069a0196717eb7ba60bcda5b89bf87608cc01dd Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Wed, 2 Dec 2015 13:47:15 +0800 Subject: Support "server list" searching by both flavor name and ID. Nova API only supports list servers searching by flavor ID. In OSC, we can support both flavor name and ID by mapping the name to ID. This patch also fix the inconsistent doc in .py and .rst files. Partial-Bug: 1521492 Change-Id: I1d1a6aa91aef4e2846745babe8382481185fa96e --- doc/source/command-objects/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst index 70b47482..59c047ad 100644 --- a/doc/source/command-objects/server.rst +++ b/doc/source/command-objects/server.rst @@ -216,7 +216,7 @@ List servers .. option:: --flavor - Search by flavor ID + Search by flavor (name or ID) .. option:: --image -- cgit v1.2.1