12 Commits

Author SHA1 Message Date
Stuart McLaren
0f0fe2ba1b New -k/--insecure command line option
Fix for bug 929591.

Change glance to require server certificate validation
by default when using https. The standard system
CA file will be used if available (and an alternative was not
provided).

The --insecure option can be used by clients to skip server
certificate validation if appropriate.

* This change will impact Nova clients accessing glance over https.
  If the standard CA file is not suitable they will need to provide
  a CA file or else create an 'insecure' glance client.
* Accesses to a https registry server must now perform server
  certificate validation.
* If the package which provides the standard
  system CA file is installed then that file will be used by default.
  It probably makes sense for the glance package to have a
  dependency on whichever package provides the default CA bundle.
  (In Ubuntu this is 'ca-certificates')

Change-Id: I7c83361ba0881559ec77d4baf10dfeb5b8e32185
2012-02-13 13:57:13 +00:00
Rick Harris
7c2e32511a Typofix is_publi -> is_public
Change-Id: I58d6de4387c7915acf1fc139ef9a0ad81bf64a91
2012-02-02 19:28:43 +00:00
Stuart McLaren
d3e57489d8 Fix for bug 900258 -- add documentation for '--url' glance cli option.
Change-Id: If6e72c159209c073a4941b90c4a31fa054c84cd2
2011-12-05 12:24:25 +00:00
Lorin Hochstein
6bf61e8ce1 Added some examples for "glance add"
Fixed some warnings.

Change-Id: I9658c7458f3073b4bab93d0105d6ba174a4d0ca1
2011-11-29 13:10:50 -05:00
Brian Waldon
ceab6b3ed4 Convert image id value to a uuid
This just changes the value of image.id, leaving the key name alone. We also
enforce image ids provided on an image create be a uuid. Implements
blueprint uuid-image-identifiers

Change-Id: I22ba69550ccbc04a24d680748d60414d2d0f1a99
2011-10-26 21:16:12 -04:00
Kevin L. Mitchell
1e4be06cb2 Add support for shared images
Change-Id: I3822a3841e1c10717c180052f929688b9f21a841
2011-08-15 16:20:49 -05:00
Brian Waldon
336ec70c67 adding sort_key/sort_dir to details 2011-08-01 20:23:06 -04:00
Brian Waldon
06b9130cdb updating documentation 2011-08-01 04:18:09 -04:00
Brian Waldon
b9b980cb0a updating docs; adding support for status filter 2011-06-19 14:15:06 -04:00
jaypipes@gmail.com
c9a22eeb6c Documentation updates to make glance add command clearer, hopefully :) 2011-04-22 14:54:24 -04:00
Joseph Suh
8b7927c287 chnaged output 2011-04-18 16:30:44 -04:00
jaypipes@gmail.com
13ff5c8eaa bin/glance-admin => bin/glance, since it's really just the CLI tool to interact with Glance. Added lots of documentation and more logging statements in some critical areas (like the glance.registry calls... 2011-02-25 11:33:24 -05:00