diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2011-08-29 15:26:26 -0700 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2011-08-29 15:26:26 -0700 |
| commit | 8965e567ce25e6b9718f1bca60b35f586bab985f (patch) | |
| tree | 1e32b7b6a54465fab0cdf1fac0253b685861d5b1 | |
| parent | 345afb31678a1f94fcca6d63a4ab506e537c3a9c (diff) | |
remove unneeded connection= in carrot Consumer init
| -rw-r--r-- | nova/rpc/impl_carrot.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/rpc/impl_carrot.py b/nova/rpc/impl_carrot.py index 6d504aaec..1d23c1853 100644 --- a/nova/rpc/impl_carrot.py +++ b/nova/rpc/impl_carrot.py @@ -171,7 +171,6 @@ class Consumer(messaging.Consumer): """ def __init__(self, *args, **kwargs): - connection = kwargs.get('connection') max_retries = FLAGS.rabbit_max_retries sleep_time = FLAGS.rabbit_retry_interval tries = 0 |
