summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove direct access to glance clientBrian Waldon2012-06-232-3/+6
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-1/+2
* Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-3/+3
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* Grammar / spelling correctionsMatt Joyce2012-05-291-1/+1
* _s3_create update only pertinent metadataJohn Tran2012-05-253-25/+45
* Use utils.parse_strtime rather than datetime.strptimeZhongyue Luo2012-05-231-2/+1
* Add version to the cert rpc API.Russell Bryant2012-05-171-10/+9
* Alphabetize importsJoe Gordon2012-05-141-2/+2
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-5/+5
* Merge "Clean up ElementTree usage"Jenkins2012-04-301-2/+2
|\