summaryrefslogtreecommitdiffstats
path: root/nova/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* removes excessive logging on rabbitmq failureSandy Walsh2011-03-311-2/+0
* queues properly reconnect if rabbitmq is restartedSandy Walsh2011-03-301-3/+10
* indenting cleanupSandy Walsh2011-03-231-2/+2
* trunk mergeSandy Walsh2011-03-211-5/+5
|\
| * disable-msg -> disableBrian Lamar2011-03-181-3/+3
| * Add topic name to cast/call logs.Todd Willey2011-03-171-2/+2
* | remove scheduler.api.API. naming changes.Sandy Walsh2011-03-211-1/+1
* | merge trunkSandy Walsh2011-02-241-1/+1
|\|
| * Merge from trunk and merge conflict resolutionCerberus2011-02-281-6/+7
| |\
| * \ Merge from trunkCerberus2011-02-171-1/+8
| |\ \
| * \ \ Merge from trunkCerberus2011-02-161-4/+4
| |\ \ \
| * \ \ \ Merge from trunkCerberus2011-02-111-1/+1
| |\ \ \ \
| * | | | | Casting to the schedulerCerberus2011-02-021-1/+1
* | | | | | fanout worksSandy Walsh2011-02-201-2/+8
* | | | | | 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
|/