Fix typos in addressing.py and setup.cfg
TrivialFix Change-Id: I403ede0d11357c76da2432fd14a6b843969c1c17
This commit is contained in:
parent
7e0d8a035f
commit
4ba1b594d5
@ -256,7 +256,7 @@ class AddresserFactory(object):
|
||||
self._kwargs = kwargs
|
||||
|
||||
def __call__(self, remote_properties):
|
||||
# for backwards compatiblity use legacy if dynamic and we're connected
|
||||
# for backwards compatibility use legacy if dynamic and we're connected
|
||||
# to qpidd or we cannot identify the message bus. This can be
|
||||
# overridden via the configuration.
|
||||
product = remote_properties.get('product', 'qpid-cpp')
|
||||
|
@ -59,7 +59,7 @@ oslo.messaging.notify.drivers =
|
||||
|
||||
oslo.messaging.pika.connection_factory =
|
||||
# Creates new connection for each create_connection call. Old-style behaviour
|
||||
# Uses a much more connections then single and read_write factories but still avalable as
|
||||
# Uses a much more connections then single and read_write factories but still available as
|
||||
# an option
|
||||
new = oslo_messaging._drivers.pika_driver.pika_connection_factory:PikaConnectionFactory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user