diff options
Diffstat (limited to 'nova/service.py')
-rw-r--r-- | nova/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py index 7cb0e2212..12bab14c3 100644 --- a/nova/service.py +++ b/nova/service.py @@ -446,7 +446,7 @@ class Service(object): self.manager.pre_start_hook(rpc_connection=self.conn) - rpc_dispatcher = self.manager.create_rpc_dispatcher() + rpc_dispatcher = self.manager.create_rpc_dispatcher(self.backdoor_port) # Share this same connection for these Consumers self.conn.create_consumer(self.topic, rpc_dispatcher, fanout=False) |