diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-11-27 09:56:25 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-11-27 09:56:25 +0000 |
| commit | c408f3128ebe2bc202925bf6e6f7b393139a43ad (patch) | |
| tree | 1385c25895c3021cb9d81d07a06acdea43e95d1d | |
| parent | 5752b4a7bf3c9bbf6dcbbd995fb24bf5e06bc5e3 (diff) | |
| parent | e3b4cda47d0931228f7a51459ad674d18ecca320 (diff) | |
Merge "Remove unnecessary topic argument."
| -rw-r--r-- | nova/conductor/rpcapi.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/conductor/rpcapi.py b/nova/conductor/rpcapi.py index a51b3a9f1..29055f76b 100644 --- a/nova/conductor/rpcapi.py +++ b/nova/conductor/rpcapi.py @@ -39,5 +39,4 @@ class ConductorAPI(nova.openstack.common.rpc.proxy.RpcProxy): return self.call(context, self.make_msg('instance_update', instance_uuid=instance_uuid, - updates=updates), - topic=self.topic) + updates=updates)) |
