summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Reserving image before uploadingRick Harris2011-01-061-147/+10
|/
* Calling compute api directly from OpenStack image createRick Harris2010-12-301-4/+0
* Merging trunk, fixing failed testsRick Harris2010-12-271-0/+2
|\
* | Merging trunkRick Harris2010-12-222-5/+6
|\|
| * First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-112-5/+6
* | Getting Snapshots to work with cloudservers command-line toolRick Harris2010-12-221-1/+4
|/
* Decreased the maximum value for instance-id generation from uint32 to int32 t...Ryan Lucio2010-12-031-1/+1
* Moves the EC2 API S3 image service into nova.service. There is still work to ...Eric Day2010-11-195-97/+220
|\
| * PEP8 fixes, 2 lines were too long.Eric Day2010-11-181-1/+2
| * First step to getting the image APIs consolidated. The EC2 API was using a on...Eric Day2010-11-185-97/+219
* | Improved Pylint ScoreJosh Kearney2010-11-171-0/+1
|/
* Document final undocumented python modules.Todd Willey2010-11-021-20/+14
* PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-212-12/+13
* Reorg the image services code to push glance stuff into its own directory.jaypipes@gmail.com2010-10-153-195/+216
* Implement the REST calls for create/update/delete in Glance.jaypipes@gmail.com2010-10-131-3/+29
* Adds unit test for WSGI image controller for OpenStack API using Glance Service.jaypipes@gmail.com2010-10-131-5/+82
* Remove redis dependency from Images controller.Michael Gundlach2010-10-081-7/+9
* Adds unit test for calling show() on a non-existing image. Changes return fro...jaypipes@gmail.com2010-10-051-9/+27
* Update Parallax default port number to match Glancejaypipes@gmail.com2010-10-041-1/+1
* Adds ParallaxClient and TellerClient plumbing for GlanceImageService. Adds s...jaypipes@gmail.com2010-10-041-7/+92
* Adds BaseImageService and flag to control image service loading. Adds unit t...jaypipes@gmail.com2010-10-011-12/+102
* Support GET /<controller>/detailMichael Gundlach2010-08-251-0/+0
* Move imageservice to its own directoryMichael Gundlach2010-08-241-0/+90