summaryrefslogtreecommitdiffstats
path: root/nova/image/local.py
Commit message (Expand)AuthorAgeFilesLines
* removing local image serviceBrian Waldon2011-06-071-167/+0
* Merged trunk and fixed conflicts.Brian Lamar2011-05-311-0/+2
|\
| * Added params to local and base image serviceAlex Meade2011-05-251-2/+2
* | added get_pagination_params function in common with tests, allow fake and loc...William Wolf2011-05-311-2/+2
|/
* fixed issue with non-existent variable being passed to ImageNotFound exceptionWilliam Wolf2011-05-051-1/+1
* merging trunkBrian Waldon2011-04-221-5/+6
|\
| * more changes per reviewtermie2011-04-201-3/+2
| * docstring cleanup, nova/image dirtermie2011-04-201-3/+5
* | Addressing exception.NotFound across the projectBrian Waldon2011-04-211-7/+7
|/
* Change '== None' to 'is None'Jason Koelker2011-04-181-1/+1
* fix tests from moving access check into update and deleteVishvananda Ishaya2011-04-071-1/+4
* check visibility on delete and updateVishvananda Ishaya2011-04-061-1/+5
* update and fix testsVishvananda Ishaya2011-04-051-0/+1
* unite the filtering done by glance client and s3Vishvananda Ishaya2011-04-051-1/+3
* Filtering images by user_id nowRick Harris2011-03-231-2/+7
* 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
* make compute get the new images properly, fix a bunch of tests, and provide c...Vishvananda Ishaya2011-03-071-12/+40
* 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
* 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
* Decreased the maximum value for instance-id generation from uint32 to int32 t...Ryan Lucio2010-12-031-1/+1
* First step to getting the image APIs consolidated. The EC2 API was using a on...Eric Day2010-11-181-0/+88