oslo.messaging/oslo/messaging/_drivers
Mehdi Abaakouk 7306680bfa Remove unuseful param of the ConnectionContext
The ConnectionContext depends on the ConnectionPool.
A ConnectionPool already known the connection classes,
the configuration object and the url needed to create a new connection.

But we pass again thoses informations when we create a ConnectionContext.
This is unuseful, we can reuse thoses in the connection pool even we
want a not pooled connection.

This change removes the unuseful ConnectionContext parameters,
this also ensures that connection created with or without the pool
are created in the same ways and only at one place (the create method
of the connection pool).

Change-Id: I4bd43d202fa2774ad5dcb0f8dd05e58ba60c6009
2014-11-18 13:58:33 +01:00
..
protocols Merge "Add missing deprecated group amqp1" 2014-10-23 00:21:49 +00:00
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
amqp.py Remove unuseful param of the ConnectionContext 2014-11-18 13:58:33 +01:00
amqpdriver.py Remove unuseful param of the ConnectionContext 2014-11-18 13:58:33 +01:00
base.py Cleanup listener after stopping rpc server 2014-09-23 03:35:43 -07:00
common.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
impl_fake.py Fixes incorrect exchange lock in fake driver 2014-07-15 12:20:16 +00:00
impl_qpid.py Merge "qpid: Always auto-delete queue of DirectConsumer" 2014-10-28 20:51:56 +00:00
impl_rabbit.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
impl_zmq.py Merge "zmq: Remove dead code" 2014-10-31 19:20:15 +00:00
matchmaker.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
matchmaker_redis.py Switch to oslo.utils 2014-08-27 14:14:00 +02:00
matchmaker_ring.py Enable oslo.i18n for oslo.messaging 2014-09-24 22:18:50 -04:00
pool.py Apply six for metaclass 2013-10-14 14:10:31 -04:00