Merge "Deprecate carrot rpc code"

This commit is contained in:
Jenkins 2012-03-08 19:01:29 +00:00 committed by Gerrit Code Review
commit 30a9ae2f92

View File

@ -46,11 +46,14 @@ from nova import local
from nova import log as logging
from nova.rpc import common as rpc_common
from nova.testing import fake
from nova import utils
FLAGS = flags.FLAGS
LOG = logging.getLogger(__name__)
@utils.deprecated('Use of carrot will be removed in a future release. '
'Use kombu, instead.')
class Connection(carrot_connection.BrokerConnection, rpc_common.Connection):
"""Connection instance object."""