Fix for bug 900258 -- add documentation for '--url' glance cli option.

Change-Id: If6e72c159209c073a4941b90c4a31fa054c84cd2
This commit is contained in:
Stuart McLaren 2011-12-05 12:23:12 +00:00
parent 2da279408b
commit d3e57489d8

View File

@ -96,6 +96,10 @@ a brief help message, like so::
-H ADDRESS, --host=ADDRESS
Address of Glance API host. Default: example.com
-p PORT, --port=PORT Port the Glance API host listens on. Default: 9292
-U URL, --url=URL URL of Glance service. This option can be used to
specify the hostname, port and protocol (http/https)
of the glance server, for example -U
https://localhost:9292/v1 Default: None
--limit=LIMIT Page size to use while requesting image metadata
--marker=MARKER Image index after which to begin pagination
--sort_key=KEY Sort results by this image attribute.