summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Expiry awareness for SessionToken.Todd Willey2010-07-263-12/+39
* Basic standup of SessionToken model for shortlived auth tokens.Todd Willey2010-07-263-0/+91
* 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
* | Set durable=False on TopicPublisherEwan Mellor2010-07-261-0/+1
|\ \
| * | Set durable=False on TopicPublisher, so that it matches the flag onEwan Mellor2010-07-251-0/+1
| |/
* | Changes nova-volume to use twisted.Vishvananda Ishaya2010-07-252-23/+61
|\ \
| * | make nova-volume start with twisteds daemonize stuffVishvananda Ishaya2010-07-161-6/+19
| * | simplify call to simple_executeVishvananda Ishaya2010-07-162-13/+13
| * | merge extra singleton-pool changesVishvananda Ishaya2010-07-162-6/+9
| |\ \
| * | | change volume code to use twistedVishvananda Ishaya2010-07-161-9/+30
| * | | remove calls to runthis from nodeVishvananda Ishaya2010-07-161-8/+12
* | | | 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
* | | | | fixed bug where partition code was sometimes failing due to initial dd not be...Vishvananda Ishaya2010-07-231-2/+2
| |_|_|/ |/| | |
* | | | 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-231-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | remove spaces from export statements in scripts relating to certsVishvananda Ishaya2010-07-201-1/+1
| |/ / / /
* | | | | 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
* | | | merged trunkVishvananda Ishaya2010-07-194-204/+195
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| * | | | | Merge with trunk.Soren Hansen2010-07-1845-168/+102
| |\| | | |
| * | | | | Remove s3_internal_port setting.Soren Hansen2010-07-171-1/+0
| * | | | | Replace nova-objectstore with a twistd style wrapper.Soren Hansen2010-07-171-15/+14
| * | | | | Make S3 API handler more idiomatic Twisted Web-y.Soren Hansen2010-07-161-231/+158
| * | | | | Merge with trunk.Soren Hansen2010-07-151-56/+116
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | first go at moving from tornado to twistedJesse Andrews2010-06-151-55/+114
| | * | | | implement image serving in objectstore so nginx isn't required in developmentJesse Andrews2010-06-122-0/+30
| | * | | | Update documentationJesse Andrews2010-06-121-0/+13
| | |\ \ \ \
* | | \ \ \ \ merged in trunk and fixed import merge errorsVishvananda Ishaya2010-07-1845-169/+102
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |