summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Minor cleanup based on HACKINGJoe Gordon2012-03-011-2/+2
* Merge "Declare deprecated auth flag before its used."Jenkins2012-02-171-0/+1
|\
| * Declare deprecated auth flag before its used.Mark Washenberger2012-02-141-0/+1
* | Standardize logging delaration and useJason Kölker2012-02-143-3/+3
|/
* remove unused and buggy function from S3ImageServicePádraig Brady2012-02-111-4/+0
* Merge "Remove the last of the gflags shim layer"Jenkins2012-02-101-1/+1
|\
| * Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* | Extend glance retries to show() as wellJohannes Erdfelt2012-02-101-13/+23
|/
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Merge "Use name filter in GlanceImageService show_by_name"Jenkins2012-02-011-7/+5
|\
| * Use name filter in GlanceImageService show_by_nameBrian Waldon2012-01-281-7/+5
* | Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-6/+15
|/
* Create nova cert worker for x509 supportVishvananda Ishaya2012-01-241-36/+31
* Merge "Fix metadata mapping in s3._s3_parse_manifest."Jenkins2012-01-121-2/+2
|\
| * Fix metadata mapping in s3._s3_parse_manifest.Hengqing Hu2012-01-101-2/+2
* | Remove 'location' from GlanceImageServiceBrian Waldon2012-01-111-1/+1
|/
* Sanitize EC2 manifests and image tarballsThierry Carrez2011-12-131-1/+12
* Replacing disk config extension to match spec.Rick Harris2011-11-161-0/+34
* 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-142-6/+10
|/
* Extend fake image service to let it hold image dataSoren Hansen2011-11-101-0/+8
* Fix KeyError when passed unknown format of timeJohannes Erdfelt2011-11-011-1/+1
* Creating uuid -> id mapping for S3 Image ServiceBrian Waldon2011-10-314-59/+133
* Adding support for retrying glance image downloads.Naveed Massjouni2011-10-261-4/+12
* Merge "Fix undefined glance_host in get_glance_client"Jenkins2011-10-251-1/+2
|\