summaryrefslogtreecommitdiff
path: root/nova/rpc.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | fanout kinda workingSandy Walsh2011-02-201-18/+33
* | | | | | start of fanoutSandy Walsh2011-03-031-0/+20
| |_|_|_|/ |/| | | |
* | | | | Add error message to the error report so we know why the AMQP server is unrea...Kevin L. Mitchell2011-03-251-2/+3
* | | | | No reason to dump a stack trace just because we can't reach the AMQP servire;...Kevin L. Mitchell2011-03-201-4/+4
| |_|_|/ |/| | |
* | | | Spell flags correctly (i.e. not in upper case)Soren Hansen2011-02-161-1/+1
* | | | Make rpc thread pool size configurable.Soren Hansen2011-02-161-1/+3
* | | | Naïve attempt at threading rpc requests.Soren Hansen2011-02-151-1/+6
| |_|/ |/| |
* | | Create a new AMQP connection by default.Soren Hansen2011-02-111-4/+4
| |/ |/|
* | Make rpc.cast create a fresh amqp connection. Each API request has its own th...Soren Hansen2011-02-101-1/+1
|/
* Resolved trunk merge conflictsEd Leafe2011-01-211-1/+1
|\
| * i18n's strings that were missed or have been added since initial i18n strings...jaypipes@gmail.com2011-01-201-1/+1
* | Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-9/+10
|/
* Merge trunk.Todd Willey2011-01-071-0/+1
|\
| * Bug #699910: Nova RPC layer silently swallows exceptionsEwan Mellor2011-01-071-0/+1
* | Final few log tweaks, i18n, levels, including contexts, etc.Todd Willey2011-01-041-2/+3
* | Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-14/+12
|/
* fixed conflictsVishvananda Ishaya2010-12-221-17/+17
|\
| * Merge eventlet and resolve all conflictsjaypipes@gmail.com2010-12-171-57/+26
| |\
| * | First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-18/+18
* | | Tests pass after cleaning up allocation processVishvananda Ishaya2010-12-211-1/+1
| |/ |/|
* | updates per reviewtermie2010-12-141-1/+0
* | removed a few more references to twistedAndy Smith2010-12-091-2/+4
* | formatting and naming cleanupAndy Smith2010-12-091-1/+4
* | intermediate commit to checkpoint progressAndy Smith2010-12-081-55/+20
|/
* Use FLAGS instead of constantsJosh Kearney2010-11-221-7/+4
* Removed unnecessary continueJosh Kearney2010-11-221-1/+0
* Refactor AMQP retry loopJosh Kearney2010-11-221-15/+15
* Set and use AMQP retry interval and max retry constantsJosh Kearney2010-11-221-8/+17
* Use logging.exception insteadJosh Kearney2010-11-201-1/+1
* Reverted some changesJosh Kearney2010-11-191-14/+22
* Added some commentsJosh Kearney2010-11-191-1/+1
* Added some commentsJosh Kearney2010-11-191-2/+2
* Check for running AMQP instancesJosh Kearney2010-11-191-20/+25
* Enables the exclusive flag for DirectConsumer queues.Eric Day2010-11-031-0/+1
|\
| * Fix for bug #640400, enables the exclusive flag on the temporary queues.Eric Day2010-11-031-0/+1
* | make sure context keys are not unicode so they can be passed as kwargsVishvananda Ishaya2010-11-031-0/+3
|/
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-0/+2
* merged trunkVishvananda Ishaya2010-10-131-0/+9
|\
| * Rename ec2 get_console_output's instance ID argument to 'instance_id'. It's p...Soren Hansen2010-10-111-0/+9
* | pack and unpack contextVishvananda Ishaya2010-10-021-5/+27
* | add missing to_dictVishvananda Ishaya2010-10-021-1/+1
* | Fix the deprecation warnings for passing no context.Vishvananda Ishaya2010-10-011-5/+10
|/
* Merged Termie's branch and fixed rpc test cases for tesited. Nothing is testi...Eric Day2010-09-241-13/+32
|\
| * Tests turn things into inlineCallbacks.andy2010-09-081-1/+0
| * Missed an instance of attach_to_tornado.andy2010-09-081-1/+1
| * Remove tornado-related code from almost everything.andy2010-09-081-15/+1
* | Fixed rpc consumer to use unique return connection to prevent overlap. This c...Eric Day2010-09-231-5/+8
* | Various loose ends for endpoint and tornado removal cleanup, including cloudp...Eric Day2010-09-221-16/+18
|/
* Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable...Michael Gundlach2010-08-181-4/+4
* rather comprehensive style fixesandy2010-08-161-2/+3