summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* Merging trunkRick Harris2011-03-242-70/+120
|\
| * merge lp:novaMark Washenberger2011-03-211-2/+15
| |\
| * | make bcwaldon happyMark Washenberger2011-03-211-3/+3
| * | handle create and update requests, and update the base image service document...Mark Washenberger2011-03-172-5/+6
| * | get api openstack test_images workingMark Washenberger2011-03-171-3/+4
| * | teach glance image server get to handle timestampsMark Washenberger2011-03-171-1/+1
| * | handle timestamps in glance service detailMark Washenberger2011-03-171-1/+2
| * | refactor to simpler implementationMark Washenberger2011-03-171-12/+15
| * | glance image service show testcasesMark Washenberger2011-03-171-0/+14
| * | get started testingMark Washenberger2011-03-161-2/+4
| * | update image service documentationMark Washenberger2011-03-161-6/+6
* | | Touching up commentRick Harris2011-03-231-5/+5
* | | Pep8 fixesRick Harris2011-03-231-1/+1
* | | Filtering images by user_id nowRick Harris2011-03-232-5/+50
* | | Merging trunkRick Harris2011-03-221-2/+15
|\ \ \ | | |/ | |/|
| * | better implementation of try..except..elseKen Pepple2011-03-171-3/+3
| * | revised per code reviewKen Pepple2011-03-151-4/+7
| * | wrap errors getting image ids from local image storeKen Pepple2011-03-151-2/+12
| |/
* | Adding BASE_IMAGE_ATTRS to ImageServiceRick Harris2011-03-222-73/+75
* | Typo fixRick Harris2011-03-161-1/+1
* | serverId returned as int per specRick Harris2011-03-151-22/+41
* | Fixing API per spec, to get unit-tests to passRick Harris2011-03-151-8/+12
* | Adding instance_id as Glance image_propertyRick Harris2011-03-141-4/+54
|/
* Make nova.image.s3 catch up with the new execute syntax.Soren Hansen2011-03-101-12/+19
* minor fixes from reviewVishvananda Ishaya2011-03-102-10/+10
* update code to work with new container and disk formats from glanceVishvananda Ishaya2011-03-081-1/+6
* make compute get the new images properly, fix a bunch of tests, and provide c...Vishvananda Ishaya2011-03-074-32/+106
* move the id wrapping into cloud layer instead of image_serviceVishvananda Ishaya2011-03-041-23/+5
* spawn a greenthread for image registration because it is slowVishvananda Ishaya2011-03-041-31/+36
* fix a couple issues with local, update the glance fake to actually return the...Vishvananda Ishaya2011-03-041-9/+3
* make local image service workVishvananda Ishaya2011-03-041-20/+44
* Replace objectstore images with S3 image service backending to glance or localVishvananda Ishaya2011-03-043-81/+232
* Updates to that S3ImageService kernel_id and ramdisk_id mappings work withDan Prince2011-02-141-1/+1
* Added missing doc string and made a few style tweaksDevin Carlen2011-02-131-16/+17
* Made a few tweaks to format of S3 service implementationDevin Carlen2011-02-121-3/+4
* First attempt to make all image services use similar schemasDevin Carlen2011-02-121-7/+15
* Make unit tests clean up their mess in /tmp after themselves.John Dewey2011-01-271-14/+16
|\
| * Prefixed ending multi-line docstring with a newline.John Dewey2011-01-251-2/+3
| * Fixing documentation strings. Second attempt at pep8.John Dewey2011-01-251-15/+11
| * Removal of image tempdir in test tearDown. Also, reformatted a coupleJohn Dewey2011-01-251-2/+10
| * No longer hard coding to "/tmp/nova/images/". Using tempdir so testsJohn Dewey2011-01-251-5/+2
* | I have a feeling if we try to migrate from imageId to id we'll be tracking it...Todd Willey2011-01-271-5/+3
* | Fix regression in imageId => id field rename in s3 image service.Todd Willey2011-01-261-2/+2
* | Fix issue in s3.py causing where '_fix_image_id' is not defined.Dan Prince2011-01-261-2/+2
* | moved imageId change to s3 clientSandy Walsh2011-01-251-1/+10
|/
* Fix for Pep-8Rick Harris2011-01-131-1/+1
* Merging trunk, small fixesRick Harris2011-01-121-3/+3
|\
* | Merging trunkRick Harris2011-01-111-6/+7
|\|
| * Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-13/+10
* | Removing some FIXMEsRick Harris2011-01-061-2/+4