summaryrefslogtreecommitdiffstats
path: root/nova/rpc.py
Commit message (Expand)AuthorAgeFilesLines
* Reverses the self.auto_delete = True that was added to TopicPublisherChris Behrens2011-06-301-1/+0
* Added self.auto_delete = True to the Publisher subclasses that did not have t...Ed Leafe2011-06-301-0/+2
* Fanout queues use unique queue names, so the consumer should have exclusive a...Chris Behrens2011-06-291-0/+5
* Allow SSL AMQP connections.Josh Kearney2011-06-011-0/+1
* fix a minor bug unrelated to this changetermie2011-05-261-1/+3
* changes per reviewtermie2011-05-261-7/+10
* change the behavior of calling a multicalltermie2011-05-251-3/+5
* cleanup the code for mergingtermie2011-05-251-43/+35
* make sure that using multicall on a call with a single result still functionstermie2011-05-251-2/+2
* lots of fixes for rpc and extra importsVishvananda Ishaya2011-05-251-43/+25
* don't need to use a separate connectiontermie2011-05-251-2/+1
* almost everything working with fake_rabbittermie2011-05-251-1/+15
* bring back commits lost in mergetermie2011-05-251-44/+63
* connection pool tests and make the pool LIFOChris Behrens2011-05-251-1/+7
* Add rpc_conn_pool_size flag for the new connection poolChris Behrens2011-05-251-2/+5
* catch greenlet.GreenletExit when shutting service downChris Behrens2011-05-251-1/+1
* fix consumers to actually be deleted and clean up cloud testVishvananda Ishaya2011-05-251-3/+10
* convert fanout_cast to ConnectionPoolChris Behrens2011-05-251-1/+2
* pep8 and comment fixesChris Behrens2011-05-251-9/+16
* Add a connection pool for rpc cast/callChris Behrens2011-05-251-24/+72
* add commented out unworking code for yield-based returnstermie2011-05-251-0/+5
* add support to rpc for multicalltermie2011-05-251-26/+73
* docstring cleanup, nova dirtermie2011-04-201-66/+86
* 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
|\