Clean outdated docstring and comment
*Remove oslo-incubator related description *Change driver name to reflect current code TrivialFix Change-Id: I34c9e346bbaed67d04859e7c66d2afbabaf6ef1d
This commit is contained in:
parent
a0336c8aa1
commit
a55c974a03
@ -16,11 +16,10 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Shared code between AMQP based openstack.common.rpc implementations.
|
Utilities for drivers based on the AMQPDriverBase.
|
||||||
|
|
||||||
The code in this module is shared between the rpc implementations based on
|
This module contains utility code used by drivers based on the AMQPDriverBase
|
||||||
AMQP. Specifically, this includes impl_kombu. impl_carrot also
|
class. Specifically this includes the impl_rabbit driver.
|
||||||
uses AMQP, but is deprecated and predates this code.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
@ -29,7 +29,7 @@ from six.moves import mock
|
|||||||
|
|
||||||
load_tests = testscenarios.load_tests_apply_scenarios
|
load_tests = testscenarios.load_tests_apply_scenarios
|
||||||
|
|
||||||
# Stolen from openstack.common.logging
|
# Stolen from oslo.log
|
||||||
logging.AUDIT = logging.INFO + 1
|
logging.AUDIT = logging.INFO + 1
|
||||||
logging.addLevelName(logging.AUDIT, 'AUDIT')
|
logging.addLevelName(logging.AUDIT, 'AUDIT')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user