summaryrefslogtreecommitdiff
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* Merge "xenapi: refactor: move UpdateGlanceImage to common"Jenkins2013-10-101-0/+14
|\
| * xenapi: refactor: move UpdateGlanceImage to commonMate Lakat2013-09-231-0/+14
* | Don't wrap Glance exceptions in NovaExceptionsMatt Odden2013-09-261-4/+4
* | Added 'page_size' param to image listSumanth Nagadavalli2013-09-241-1/+1
|/
* Code change for nova support glance ipv6 addressdzyu2013-09-121-3/+12
* Add context information to download pluginsJohn Bresnahan2013-08-273-3/+3
* Pass the destination file name to download modulesJohn Bresnahan2013-08-263-19/+34
* Merge "Fix H501: Do not use locals() for string formatting"Jenkins2013-08-132-4/+5
|\
| * Fix H501: Do not use locals() for string formattingDirk Mueller2013-08-102-4/+5
* | Fix capitalization, it's OpenStackAndreas Jaeger2013-08-121-1/+1
|/
* xenapi: send identity headers from glance pluginJared Culp2013-08-081-9/+12
* Avoid extra glance v2 locations call!Dan Prince2013-08-061-13/+15
* Add plug-in modules for direct downloads of glance locationsJohn Bresnahan2013-08-054-14/+292
* Add identity headers while calling glanceclienticcha.sethi2013-08-011-0/+14
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-262-0/+2
* Merge "Remove locals() from various places."Jenkins2013-07-191-4/+7
|\
| * Remove locals() from various places.Eugene Nikanorov2013-07-171-4/+7
* | Merge "Disable ssl layer compression for glance requests."Jenkins2013-07-181-2/+4
|\ \ | |/ |/|
| * Disable ssl layer compression for glance requests.Stuart McLaren2013-07-171-2/+4
* | Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-4/+1
|/
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* Merge "Fix EC2 RegisterImage ImageLocation starts with /"Jenkins2013-06-051-2/+1
|\
| * Fix EC2 RegisterImage ImageLocation starts with /Avinash Prasad2013-05-281-2/+1
* | Merge "Improve Python 3.x compatibility"Jenkins2013-06-051-3/+3
|\ \
| * | Improve Python 3.x compatibilityDirk Mueller2013-06-011-3/+3
| |/
* | _s3_create handles image being deletedChris Yeoh2013-05-301-64/+69
|/
* Convert to using oslo's execute() method.Michael Still2013-05-041-1/+2
* Merge "Catch glance image create exceptions"Jenkins2013-05-011-2/+5
|\
| * Catch glance image create exceptionsChris Yeoh2013-05-011-2/+5
* | Map internal S3 image state to EC2 API valuesChris Yeoh2013-04-181-0/+16
|/
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-192-2/+2
* Merge "VMware Compute Driver Glance improvement"Jenkins2013-02-011-4/+7
|\
| * VMware Compute Driver Glance improvementSean Chen2013-01-241-4/+7
* | Add debug log when call out to glanceJoe Gordon2013-01-241-0/+2
|/
* Merge "Directly copy a file URL from glance."Jenkins2013-01-211-1/+19
|\
| * Directly copy a file URL from glance.John Bresnahan2013-01-181-1/+19
* | Merge "Move global service networking opts to new module"Jenkins2013-01-102-2/+2
|\ \
| * | Move global service networking opts to new moduleMark McLoughlin2013-01-092-2/+2
| |/
* | fix N402 for rest of novaSean Dague2013-01-092-3/+3
|/
* Move global s3 opts into nova.image.s3Mark McLoughlin2013-01-081-2/+8
* Move global glance opts into nova.image.glanceMark McLoughlin2013-01-081-0/+22
* Traceback when user doesn't have permission.Chuck Short2012-12-181-0/+3
* Move some options into nova.image.glanceMark McLoughlin2012-12-111-3/+15
* Move api_rate_limit and auth_strategy to nova.apiMark McLoughlin2012-12-111-1/+1
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-202-2/+6
* Remove nova.config.CONFMark McLoughlin2012-11-202-2/+3
* Remove nova.flagsMark McLoughlin2012-11-172-2/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-042-16/+18
* Merge "fetch_images() method no more needed"Jenkins2012-10-311-1/+1
|\