summaryrefslogtreecommitdiffstats
path: root/nova/objectstore
Commit message (Expand)AuthorAgeFilesLines
...
| | * Added an extra argument to the objectstore listen to separate out the listeni...Eric Day2010-11-031-1/+2
| | * Fix for bug#613264, allowing hosts to be specified for nova-api and objectsto...Eric Day2010-11-031-1/+2
| * | Improved Pylint ScoreJosh Kearney2010-11-172-4/+4
| |/
* / Add a templating mechanism in the flag parsing. Add a state_path flag that w...Soren Hansen2010-11-042-3/+3
|/
* Duplicate the two trivial escaping functions remaining from tornado's code an...Andy Smith2010-10-251-6/+6
* PEP8 cleanup in nova/*, except for tests. There should be no functional chang...Eric Day2010-10-214-37/+49
* Construct exception instead of raising a class.Todd Willey2010-10-191-12/+12
* Authorize Image before download.Todd Willey2010-10-191-0/+2
* use context.project_id because it is more efficientVishvananda Ishaya2010-10-132-9/+9
* merged trunkVishvananda Ishaya2010-10-131-2/+8
|\
| * If machine manifest includes a kernel and/or ramdisk id, include it in the im...Soren Hansen2010-10-111-2/+8
* | Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-6/+6
|/
* Mongo bad, swift good.Todd Willey2010-09-301-1/+1
* Merge trunk.Todd Willey2010-09-281-2/+2
|\
| * Oops, APIRequestContext's signature has changedMichael Gundlach2010-09-071-1/+1
| * Merge from trunk in an attempt to figure out why signer is generating the wro...Michael Gundlach2010-09-021-37/+98
| |\
| * | Fix simple errors to the point where we can run the tests [but not pass]Michael Gundlach2010-09-011-2/+2
* | | Instance & Image renaming fixes.Todd Willey2010-09-282-17/+15
* | | User updatable name & description for images.Todd Willey2010-09-212-4/+27
| |/ |/|
* | Resolve conflicts and merge trunkjaypipes@gmail.com2010-08-304-22/+61
|\|
| * Merged with trunkJustin Santa Barbara2010-08-184-17/+49
| |\
| | * rather comprehensive style fixesandy2010-08-164-14/+30
| | * Bug #617776: DescribeImagesResponse contains type element, when it should be ...Ewan Mellor2010-08-142-3/+19
| * | Merged with trunkJustin Santa Barbara2010-08-082-3/+8
| |\|
| * | Greater compliance with pep8/pylint style checksJustin Santa Barbara2010-08-081-3/+12
| * | Merged with trunkJustin Santa Barbara2010-07-292-30/+58
| |\ \
| * | | Check exit codes when spawning processes by defaultJustin Santa Barbara2010-07-221-3/+3
* | | | Make individual disables for R0201 instead of file-level.jaypipes@gmail.com2010-08-161-11/+7
* | | | pylint fixes for nova/objectstore/handler.pyjaypipes@gmail.com2010-08-101-33/+100
| |_|/ |/| |
* | | Fixed image modification authorization, API cleanupDevin Carlen2010-08-052-3/+8
| |/ |/|
* | More merges from trunk. Not everything came over the first time.Ewan Mellor2010-07-291-5/+5
* | Merge with trunk, including fixing up conflicts with the removal of fake_usersEwan Mellor2010-07-292-21/+35
|\ \
| * \ Merge with trunk.Soren Hansen2010-07-271-3/+9
| |\ \
| | * \ merged trunkVishvananda Ishaya2010-07-262-7/+7
| | |\ \
| | * \ \ Merged trunk, fixed extra references to fake_usersVishvananda Ishaya2010-07-211-4/+8
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merged trunk. Fixed new references to UserManagerVishvananda Ishaya2010-07-191-199/+190
| | |\ \ \
| * | | | | Make image downloads work again in S3 handler. Listing worked, but fetching t...Soren Hansen2010-07-261-4/+12
| * | | | | Merge with trunkSoren Hansen2010-07-262-7/+7
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fix references to image_object. This caused an internal error when usingEwan Mellor2010-07-261-5/+5
| | |\ \ \ \
| | | * | | | Fix references to image_object. This caused an internal error when usingEwan Mellor2010-07-251-2/+2
| | | * | | | Fix references to get_argument, fixing internal error when callingEwan Mellor2010-07-251-3/+3
| | | | |_|/ | | | |/| |
| | * | | | Fixes up Bucket to throw proper NotFound and NotEmpty exceptionsjaypipes@gmail.com2010-07-251-2/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Fixes up Bucket to throw proper NotFound and NotEmpty exceptionsjaypipes@gmail.com2010-07-211-2/+2
| | | | |/ | | | |/|
| * | | | Add a simple set of tests for S3 API (using boto).Soren Hansen2010-07-261-8/+6
| * | | | Return a 404 when attempting to access a bucket that does not exist.Soren Hansen2010-07-251-2/+5
| * | | | Merge with trunk.Soren Hansen2010-07-251-3/+6
| |\| | |
| * | | | Check signature for S3 requests.Soren Hansen2010-07-231-7/+7
| | |/ / | |/| |
* | | | Nobody wants to take on this twisted cleanup. It works for now, but could be...Justin Santa Barbara2010-07-221-1/+1
* | | | Map exceptions to 404 / 403 codes, as was done before the move to twisted.Justin Santa Barbara2010-07-191-4/+18
| |/ / |/| |
* | | I put the call to request.finish() in the wrong place. :-(Justin Santa Barbara2010-07-191-1/+1