summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* merging trunkBrian Waldon2011-04-225-106/+97
|\
| * more changes per reviewtermie2011-04-202-8/+7
| * fixes per reviewtermie2011-04-201-1/+2
| * docstring cleanup, nova/image dirtermie2011-04-205-101/+92
* | Addressing exception.NotFound across the projectBrian Waldon2011-04-213-20/+20
|/
* pep8 fixesJason Koelker2011-04-191-2/+1
|\
| * pep8 fixesJason Koelker2011-04-181-2/+1
* | Change '== None' to 'is None'Jason Koelker2011-04-182-2/+2
|/
* Rework GlanceImageService._translate_base() to not call BaseImageService._tra...jaypipes@gmail.com2011-04-131-1/+2
* fix show_by_name in s3.py and give a helpful error message if image lookup failsVishvananda Ishaya2011-04-121-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-063-5/+9
* pep8Vishvananda Ishaya2011-04-051-0/+1
* update and fix testsVishvananda Ishaya2011-04-052-0/+14
* unite the filtering done by glance client and s3Vishvananda Ishaya2011-04-054-71/+33
* makes sure s3 filtering works even without metadata set properlyVishvananda Ishaya2011-03-311-2/+3
* remove all references to image_type and change nova-manage upload to set cont...Vishvananda Ishaya2011-03-302-4/+3
* Makes the image decryption code use the per-project private key to decrpyt up...Vishvananda Ishaya2011-03-301-1/+2
|\
| * use project key for decrypting imagesVishvananda Ishaya2011-03-291-1/+2
* | Deepcopy the images, because the string formatting transforms them in-placeJustin Santa Barbara2011-03-291-5/+6
* | name, created_at, updated_at are required.Justin Santa Barbara2011-03-291-0/+6
* | Merged with trunkJustin Santa Barbara2011-03-291-6/+11
|\|
| * Switch string concat style.Brian Lamar2011-03-291-2/+2
| * Fixed superfluous parentheses around locals().Brian Lamar2011-03-281-3/+3
| * Decided to not break old format so this should work with the way Glance used ...Brian Lamar2011-03-281-2/+10
| * Removed extra dependency as per suggestion, although it fixes the issue much ...Brian Lamar2011-03-281-3/+2
| * Added MUCH more flexiable iso8601 parser dep for added stability.Brian Lamar2011-03-281-5/+3
| * Removed 'is not None' to do more general truth-checking. Added rather verbose...Brian Lamar2011-03-281-1/+1
* | Rename MockImageService -> FakeImageServiceJustin Santa Barbara2011-03-291-2/+2
* | Multi-line comments should end in a blanklineJustin Santa Barbara2011-03-281-1/+3
* | Cleaned up images/fake.py, including move to Duplicate exceptionJustin Santa Barbara2011-03-281-17/+12
* | Bunch of style fixesJustin Santa Barbara2011-03-271-0/+1
* | Merged with trunk, resolved conflicts & code-flictsJustin Santa Barbara2011-03-254-43/+190
|\|
| * Merging trunkRick Harris2011-03-242-70/+120
| |\
| * | 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
| |\ \
| * | | 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
* | | | Merged with trunk, fix problem with behaviour of (fake) virt driver when inst...Justin Santa Barbara2011-03-241-1/+1
|\ \ \ \
| * | | | Don't try to parse a datetime if it is the empty string (or None)Justin Santa Barbara2011-03-231-1/+1
| | |_|/ | |/| |
* / | | Created simple test case for server creation, so that we can have something t...Justin Santa Barbara2011-03-241-0/+109
|/ / /
* | | merge lp:novaMark Washenberger2011-03-211-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
| |/