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.
|
||||
|
||||
"""
|
||||
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
|
||||
AMQP. Specifically, this includes impl_kombu. impl_carrot also
|
||||
uses AMQP, but is deprecated and predates this code.
|
||||
This module contains utility code used by drivers based on the AMQPDriverBase
|
||||
class. Specifically this includes the impl_rabbit driver.
|
||||
"""
|
||||
|
||||
import collections
|
||||
|
@ -29,7 +29,7 @@ from six.moves import mock
|
||||
|
||||
load_tests = testscenarios.load_tests_apply_scenarios
|
||||
|
||||
# Stolen from openstack.common.logging
|
||||
# Stolen from oslo.log
|
||||
logging.AUDIT = logging.INFO + 1
|
||||
logging.addLevelName(logging.AUDIT, 'AUDIT')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user