summaryrefslogtreecommitdiffstats
path: root/nova/image/s3.py
Commit message (Expand)AuthorAgeFilesLines
* Remove trivial cases of unused variables (1)Stanislaw Pitucha2013-06-131-4/+1
* 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
* Map internal S3 image state to EC2 API valuesChris Yeoh2013-04-181-0/+16
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Merge "Move global service networking opts to new module"Jenkins2013-01-101-1/+1
|\
| * Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
* | fix N402 for rest of novaSean Dague2013-01-091-1/+1
|/
* Move global s3 opts into nova.image.s3Mark McLoughlin2013-01-081-2/+8
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+2
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in misc modulesMark McLoughlin2012-11-041-9/+10
* Rewrite image code to use python-glanceclientBrian Waldon2012-08-131-7/+5
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Remove GlanceImageService.index in favor of detailBrian Waldon2012-06-271-6/+0
* Remove image service show_by_name methodBrian Waldon2012-06-271-6/+3
* Cleanup of image service codeBrian Waldon2012-06-271-2/+2
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-1/+0
* _s3_create update only pertinent metadataJohn Tran2012-05-251-21/+26
* 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
* Clean up ElementTree usageChuck Short2012-04-301-2/+2
* 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
* Fixes for ec2 imagesVishvananda Ishaya2012-03-021-0/+22
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* remove unused and buggy function from S3ImageServicePádraig Brady2012-02-111-4/+0
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-6/+15
* Create nova cert worker for x509 supportVishvananda Ishaya2012-01-241-36/+31
* Fix metadata mapping in s3._s3_parse_manifest.Hengqing Hu2012-01-101-2/+2
* Sanitize EC2 manifests and image tarballsThierry Carrez2011-12-131-1/+12
* Merge "Fixing image create in S3ImageService"Jenkins2011-11-151-6/+7
|\
| * Fixing image create in S3ImageServiceBrian Waldon2011-11-141-6/+7
* | Handle null ramdisk/kernel in euca-describe-imagesBrian Waldon2011-11-141-1/+3
|/
* Creating uuid -> id mapping for S3 Image ServiceBrian Waldon2011-10-311-22/+92
* reverting xenapi changeBrian Waldon2011-09-061-1/+0
* remove BaseImageServiceBrian Waldon2011-08-311-1/+1
* log the full exception so we don't lose traceback through eventletVishvananda Ishaya2011-08-151-12/+12
* fix error logging in s3.pyVishvananda Ishaya2011-08-151-4/+6
* remove authman from images/s3.py and replace with flagsVishvananda Ishaya2011-07-281-6/+8