From 74a9cbdc86580d256b6cd28ae57cd69213da6c44 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 13 Feb 2013 18:02:22 -0500 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit