summaryrefslogtreecommitdiffstats
path: root/nova/image
Commit message (Expand)AuthorAgeFilesLines
* Glance Image Service now understands how to use glance client to paginate thr...Brian Waldon2011-08-051-27/+56
|\
| * fixing filters getBrian Waldon2011-08-051-1/+1
| * re-enabling sort_key/sort_dir and fixing filters lineBrian Waldon2011-08-051-4/+5
| * glance image service paginationBrian Waldon2011-08-051-27/+55
* | pep8Soren Hansen2011-08-051-1/+1
* | Add generic image service tests.Soren Hansen2011-08-051-11/+30
|/
* Remove instances of the "diaper pattern"Matthew Hooker2011-08-031-1/+2
* Revert hasattr() check on 'set_auth_token' for clientsKevin L. Mitchell2011-08-011-2/+1
* Only call set_auth_token() on the glance client if there's one availableKevin L. Mitchell2011-07-291-1/+2
* pull-up from trunk and conflict resolutionKevin L. Mitchell2011-07-291-6/+8
|\
| * remove authman from images/s3.py and replace with flagsVishvananda Ishaya2011-07-281-6/+8
| * merged trunkVishvananda Ishaya2011-07-222-1/+9
| |\
| * | start removing references to AuthManagerVishvananda Ishaya2011-07-211-3/+3
* | | Pass on auth_tokenKevin L. Mitchell2011-07-251-0/+11
| |/ |/|
* | default image to private on registerVishvananda Ishaya2011-07-201-1/+1
* | have to use string 'none' and add a noteVishvananda Ishaya2011-07-191-2/+4
* | tell glance to not filter out private imagesVishvananda Ishaya2011-07-191-0/+6
|/
* image/fake: added teardown methodIsaku Yamahata2011-07-081-1/+10
* merge with trunkIsaku Yamahata2011-06-271-1/+1
|\
| * updating glance image fixtures with checksum attribute; fixing glance image s...Brian Waldon2011-06-221-1/+1
* | image/s3: typoIsaku Yamahata2011-06-241-1/+1
* | image/s3: factor out _s3_create() for testabilityIsaku Yamahata2011-06-221-12/+16
* | 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
| | |/ | |/|