diff options
| author | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-07-27 15:14:13 -0700 |
|---|---|---|
| committer | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-07-27 15:14:13 -0700 |
| commit | b0ffe14da11addd2e1fcf14325b9bcf4c8cd3512 (patch) | |
| tree | 8b1c8c410d551c1726c15801754607e215fbf1e4 | |
| parent | 6c25483c08965204e8a4199ec600098fe09ad87c (diff) | |
| download | nova-b0ffe14da11addd2e1fcf14325b9bcf4c8cd3512.tar.gz nova-b0ffe14da11addd2e1fcf14325b9bcf4c8cd3512.tar.xz nova-b0ffe14da11addd2e1fcf14325b9bcf4c8cd3512.zip | |
Reverting to original code
| -rw-r--r-- | nova/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/rpc.py b/nova/rpc.py index 055f8220e..e2771ca88 100644 --- a/nova/rpc.py +++ b/nova/rpc.py @@ -279,7 +279,7 @@ class FanoutAdapterConsumer(AdapterConsumer): # them when done, so they're not left around on restart. # Also, we're the only one that should be consuming. exclusive # implies auto_delete, so we'll just set that.. - self.exclusive = False + self.exclusive = True LOG.info(_('Created "%(exchange)s" fanout exchange ' 'with "%(key)s" routing key'), dict(exchange=self.exchange, key=self.routing_key)) |
