summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | merged trunkVishvananda Ishaya2010-07-151-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Fixes up Bucket to throw proper NotFound and NotEmpty exceptionsjaypipes@gmail.com2010-07-253-58/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | reorder import statement and remove commented-out test case that is the same ...jaypipes@gmail.com2010-07-211-34/+1
| * | | | | | | | | | | | | | | | | | | Fixes up Bucket to throw proper NotFound and NotEmpty exceptionsjaypipes@gmail.com2010-07-213-25/+17
* | | | | | | | | | | | | | | | | | | | Adds missing yield statement that was causing partitioning to intermittently ...Vishvananda Ishaya2010-07-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | fixed bug where partition code was sometimes failing due to initial dd not be...Vishvananda Ishaya2010-07-231-2/+2
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | Add a simple set of tests for S3 API (using boto).Soren Hansen2010-07-262-40/+105
| | | | | | | | | | | * | | | | | | | 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-256-24/+31
| | | | | | | | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | Always make sure to set a Date headers, since it's needed to calculate the S3...Soren Hansen2010-07-251-5/+11
| | | | | | | | | | | * | | | | | | | Add (completely untested) code to include an Authorization header for the S3 ...Soren Hansen2010-07-231-1/+8
| | | | | | | | | | | * | | | | | | | Check signature for S3 requests.Soren Hansen2010-07-233-9/+26
| | | | | | | | | | | |/ / / / / / /
| | | | | | | | | | | | | | | | * | Merged lp:~vishvananda/nova/lp609749.Ewan Mellor2010-07-282-7/+8
| | | | | | | | | | | | | | | |/| |
| | | | | | | | | | | | | | | | * | class based singleton for SharedPoolVishvananda Ishaya2010-07-262-7/+8
| | | | | | | | | | | | | | | |/ /
| | | | | | | | | | | | | | | * / Fix assertion "Someone released me too many times: too many tokens!" when moreEwan Mellor2010-07-252-7/+13
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Updated the README fileMonty Taylor2010-07-251-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Updated URLs in the README file to point to current locations.Monty Taylor2010-07-241-5/+9
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Fixed bug 608505 - was freeing the wrong address (should have freed 'secondad...Justin Santa Barbara2010-07-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fixed bug 608505 - was freeing the wrong address (should have freed 'secondad...Justin Santa Barbara2010-07-211-1/+1
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fixes problem with describe-addresses returning all public ips instead of the...Vishvananda Ishaya2010-07-231-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fix for describe addresses showing everyone's public ipsVishvananda Ishaya2010-07-201-13/+13
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix for extra spaces in export statements in scripts relating to x509 certsVishvananda Ishaya2010-07-232-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fixed the broken reference to Vishvananda Ishaya2010-07-201-1/+1
| * | | | | | | | | | | | remove spaces from export statements in scripts relating to certsVishvananda Ishaya2010-07-202-2/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Fix bug 607501. Raise 403, not exception if Authorization header not passed....Justin Santa Barbara2010-07-211-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | I put the call to request.finish() in the wrong place. :-(Justin Santa Barbara2010-07-191-1/+1
| * | | | | | | | | | Raise 401, not exception if Authorization header not passed. Also minor fixe...Justin Santa Barbara2010-07-191-4/+8
| |/ / / / / / / / /
* | | | | | | | | | update the logic for calculating network sizesjaypipes@gmail.com2010-07-212-5/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Hmm, serves me right for not understanding the request, eh? :) Now too_many_a...jaypipes@gmail.com2010-07-191-8/+8
| * | | | | | | | | | Quick fix to variable names for consistency in documentation...Jay Pipes2010-07-161-2/+2
| * | | | | | | | | | Adds a fix to the idempotency of the test_too_many_addresses test caseJay Pipes2010-07-162-5/+31
* | | | | | | | | | | Locally administered mac addresses have the second least significant bit of t...Vishvananda Ishaya2010-07-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | use a locally administered mac address so it isn't saved by udevVishvananda Ishaya2010-07-201-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Convert processpool to a singleton, and switch node.py calls to use it. (Repl...Vishvananda Ishaya2010-07-213-73/+59
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | / / / / | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | make simple method wrapper for process pool simple_executeVishvananda Ishaya2010-07-162-6/+9
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Removed unused Pool from process.py, added a singleton pool called SharedPool...Vishvananda Ishaya2010-07-163-74/+57
* | | | | | | | | Fixes to dhcp lease code to use a flagfileVishvananda Ishaya2010-07-1910-34/+50
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | merged trunkVishvananda Ishaya2010-07-1911-237/+218
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Redirect STDERR to output to an errlog file when running run_tests.py.Jay Pipes2010-07-192-0/+10
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Adds a flag to redirect STDERR when running run_tests.py. Defaults to a trun...Jay Pipes2010-07-162-0/+10
| | |_|_|/ / / | |/| | | | |
* | | | | | | Send message ack in rpc.call and make queues durable.Joshua McKenty2010-07-191-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Makin the queues non-durable by defaultJoshua McKenty2010-07-161-1/+3
| * | | | | | | Ack messages during call so rabbit leaks less.Joshua McKenty2010-07-161-1/+4
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fixed name change caused by remove-vendor merge.Ewan Mellor2010-07-191-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fixed references to nova.utils that were broken by a change of importEwan Mellor2010-07-181-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Replace tornado objectstore with twisted web.Soren Hansen2010-07-187-233/+199
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge with trunk.Soren Hansen2010-07-1862-194/+122
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove s3_internal_port setting.Soren Hansen2010-07-176-22/+2
| * | | | | Replace nova-objectstore with a twistd style wrapper.Soren Hansen2010-07-172-29/+25
| * | | | | Make S3 API handler more idiomatic Twisted Web-y.Soren Hansen2010-07-161-231/+158