Skip to content

Commit

Permalink
Fix for bug 900258 -- add documentation for '--url' glance cli option.
Browse files Browse the repository at this point in the history
Change-Id: If6e72c159209c073a4941b90c4a31fa054c84cd2
  • Loading branch information
Stuart McLaren committed Dec 5, 2011
1 parent 2da2794 commit d3e5748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/glance.rst
Expand Up @@ -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.
Expand Down

0 comments on commit d3e5748

Please sign in to comment.