summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
...
* | merge with trunkIsaku Yamahata2011-06-222-167/+8
|\|
| * merging trunkBrian Waldon2011-06-132-7/+37
| |\
| * | removing local image serviceBrian Waldon2011-06-072-167/+8
* | | api/ec2/image: support block device mappingIsaku Yamahata2011-06-161-0/+25
| |/ |/|
* | Adding caveatRick Harris2011-06-091-0/+4
* | Fixing code per review commentsRick Harris2011-06-091-2/+5
* | Fixing the testsRick Harris2011-06-091-2/+10
* | Support multiple glance-api serversRick Harris2011-06-092-8/+23
|/
* merge with trunkWilliam Wolf2011-06-063-16/+165
|\
| * Merge from trunk.Naveed Massjouni2011-06-021-10/+23
| |\
| | * Bugfix #780784. KeyError when creating custom image.Mike Scherbakov2011-06-021-8/+22
| | |\
| | | * Refactored after review, fixed merge.Mike Scherbakov2011-06-021-4/+1
| | | * Unit test for snapshotting (creating custom image).Mike Scherbakov2011-05-151-8/+25
| * | | Remove a rogue comment.Dan Prince2011-06-021-1/+0
| * | | Merge w/ trunk.Dan Prince2011-05-315-36/+78
| |\| |
| * | | Added missing nova import to image/__init__.py.Dan Prince2011-05-281-0/+1
| * | | Glance client updates for xenapi and vmware API to work with image refs.Dan Prince2011-05-271-10/+32
| * | | Renamed image_ref variables to image_href. Since the convention is that x_refNaveed Massjouni2011-05-251-13/+13
| * | | Fixing year of copyright.Naveed Massjouni2011-05-241-1/+1
| * | | Removing code duplication between parse_image_ref and get_image service.Naveed Massjouni2011-05-231-10/+4
| * | | moved utils functions into nova/image/William Wolf2011-05-232-1/+79
| * | | Minor cleanupNaveed Massjouni2011-05-211-1/+1
| * | | Fixed some tests.Naveed Massjouni2011-05-201-0/+12
| * | | fixed bug with compute_api not having actual image_ref to use proper image se...William Wolf2011-05-181-0/+22
| * | | oops, took out commented out tests in integrated.test_servers and made tests ...William Wolf2011-05-181-2/+2
| * | | fixed QuotaTestCasesWilliam Wolf2011-05-181-4/+14
| * | | get integrated server_tests passingWilliam Wolf2011-05-181-1/+1
| * | | Removed all utils.import_object(FLAGS.image_service) and replaced withNaveed Massjouni2011-05-181-3/+1
| | |/ | |/|
* | | touch upsWilliam Wolf2011-06-011-6/+6
* | | merge from trunkWilliam Wolf2011-06-011-26/+68
|\ \ \ | | |/ | |/|
| * | Adds a few more status messages to error states on image register for the ec2...Vishvananda Ishaya2011-05-311-26/+68
| |\ \
| | * | exceptions are logged via the raise, so just log an error messageVishvananda Ishaya2011-05-261-9/+8
| | * | log upload errorsVishvananda Ishaya2011-05-261-0/+11
| | * | add more statuses for ec2 image registrationVishvananda Ishaya2011-05-171-26/+58
| | |/
* | | fix filtering testsWilliam Wolf2011-06-011-2/+2
* | | Merged trunk and fixed conflicts.Brian Lamar2011-05-313-8/+12
|\| |
| * | Added params to local and base image serviceAlex Meade2011-05-252-4/+4
| * | Added filtering on image propertiesAlex Meade2011-05-242-6/+6
| |/
* / added get_pagination_params function in common with tests, allow fake and loc...William Wolf2011-05-313-8/+10
|/
* fixed issue with non-existent variable being passed to ImageNotFound exceptionWilliam Wolf2011-05-051-1/+1
* 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