summaryrefslogtreecommitdiff
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Clean up ElementTree usageChuck Short2012-04-301-2/+2
* | Use openstack.common.importutils.Russell Bryant2012-04-282-3/+4
|/
* fix bug where nova ignores glance host in imagerefMike Lundy2012-04-041-4/+4
* Handle Forbidden and NotAuthenticated glance exc.Anthony Young2012-03-261-2/+4
* HACKING fixes, TODO authors.Yuriy Taraday2012-03-161-1/+1
* Keep context for logging intact in greenthreadsVishvananda Ishaya2012-03-151-0/+1
* Add ssl and option to pass tenant to s3 registerVishvananda Ishaya2012-03-141-1/+10
* Refactor glance id<->internal id conversion for s3Maru Newby2012-03-131-29/+11
* Display owner in ec2 describe imagesVishvananda Ishaya2012-03-091-1/+0
* Merge "Replaces pipelines with flag for auth strategy"Jenkins2012-03-071-3/+2
|\
| * Replaces pipelines with flag for auth strategyVishvananda Ishaya2012-03-061-3/+2
* | Better glance exception handlingMark Washenberger2012-03-061-11/+48
|/
* Fixes for ec2 imagesVishvananda Ishaya2012-03-022-0/+25