summaryrefslogtreecommitdiffstats
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
| |/
* | Added missing importEwan Mellor2010-07-251-0/+1
|\ \
| * | Add an import so that nova-compute sees the images_path flag, so that itEwan Mellor2010-07-251-0/+1
| |/
* | Changes nova-volume to use twisted.Vishvananda Ishaya2010-07-255-50/+109
|\ \
| * | remove all of the unused saved return values from attach_to_twistedVishvananda Ishaya2010-07-212-4/+4
| * | fix conf file to no longer have daemonize=1 because twistd daemonizes by defaultVishvananda Ishaya2010-07-161-1/+0
| * | make nova-volume start with twisteds daemonize stuffVishvananda Ishaya2010-07-163-30/+65
| * | 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
| * | | merge with singleton poolVishvananda Ishaya2010-07-1660-253/+148
| |\ \ \
| * \ \ \ 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
* | | | | | | 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
|\ \ \ \ \