summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fetch_images() method no more neededÉdouard Thuleau2012-10-261-1/+1
* | Correct _extract_query_params in image.glanceMotoKen2012-10-261-2/+2
|/
* add get_location method for imagesJosh Durgin2012-09-181-16/+36
* Allow connecting to a ssl-based glanceVincent Untz2012-08-271-13/+29
* Make glance image service check base exception classesChris Behrens2012-08-211-12/+12
* Rewrite image code to use python-glanceclientBrian Waldon2012-08-132-116/+72
* Fix traceback when using s3.Chuck Short2012-08-011-2/+2
* Tidy up nova.image.glanceBrian Waldon2012-07-301-36/+14
* Use common parse_isotime in GlanceImageServiceBrian Waldon2012-07-301-17/+1
* Refactor glance image service codeChris Behrens2012-07-261-91/+91
* Remove deprecated auth from GlanceImageServiceBrian Waldon2012-07-111-17/+0
* Switch to common logging.Andrew Bogott2012-07-022-2/+2
* Merge "Clean up cruft in nova.image.glance"Jenkins2012-06-291-18/+12
|\
| * Clean up cruft in nova.image.glanceBrian Waldon2012-06-281-18/+12
* | Rename GlanceImageService.get to downloadBrian Waldon2012-06-271-4/+1
* | Remove GlanceImageService.index in favor of detailBrian Waldon2012-06-272-21/+0
* | Remove image service show_by_name methodBrian Waldon2012-06-272-14/+3
* | Cleanup of image service codeBrian Waldon2012-06-274-313/+30
|/
* Adds missing 'owner' attribute to image.MotoKen2012-06-271-1/+1