summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-02-13 18:02:22 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-02-13 18:02:22 -0500
commit0d9f3f6a75486410c4fd87a963988bc562167529 (patch)
treee579e9e73daa345b8388d81432bdf89c1b3b6961 /.gitignore
parentda135181cbaab5479f0f61d2f4d5edec4510c449 (diff)
downloadoslo-db-0d9f3f6a75486410c4fd87a963988bc562167529.tar.gz
Add join_consumer_pool() to RPC connections
blueprint move-listener-framework-oslo bug 1047015 bug 1111632 Ceilometer and Quantum use private methods of the RPC connection object to configure themselves to listen to a queue shared among a group of workers. This change adds a public method to the RPC connection to support this use case, without resorting to using private API calls. Change-Id: I3a89f1dfdcf8accca70cf305f7a31315bea093d8 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 772ac6e..383605d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ AUTHORS
ChangeLog
openstack/versioninfo
*.egg
+openstack/common/db/*.sqlite \ No newline at end of file