Skip to content

Commit

Permalink
Deprecate carrot rpc code
Browse files Browse the repository at this point in the history
Fixes bug 950153

carrot rpc code is not being maintained anymore and is buggy.  Use
kombu, instead.

Change-Id: Ifcd6d8997adb4fc07fce45486f0663d57954be1d
  • Loading branch information
comstud committed Mar 8, 2012
1 parent af6f0d8 commit 98ced06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nova/rpc/impl_carrot.py
Expand Up @@ -46,11 +46,14 @@
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."""

Expand Down

0 comments on commit 98ced06

Please sign in to comment.