summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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
|/
* Make nova.image.s3 catch up with the new execute syntax.Soren Hansen2011-03-101-12/+19