]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix a bug in Mellanox plugin RPC caused by secgroup RPC refactoring
authorAkihiro Motoki <motoki@da.jp.nec.com>
Mon, 1 Sep 2014 13:24:54 +0000 (22:24 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Mon, 1 Sep 2014 13:41:57 +0000 (22:41 +0900)
commitd3ed330ca81d9663b1280a0386b572421ec48496
tree493f7d09163de81418638413f9b1720a4c094d98
parentbeae747ca8aa6b011cbd9648d7e770a4679f5071
Fix a bug in Mellanox plugin RPC caused by secgroup RPC refactoring

SecurityGroupsRpcCallback RPC refactoring patch (commit 2781fce238)
moves get_port_from_device method from plugin RPC callback class to
plugin layer, but Mellanox plugin RPC callback was forgot to update
and as a result RPC calls from agents to Mellanox plugin fails.

Change-Id: I1aa82ac00c16a53a59a93087f0ca4ef281ee3f2b
Related-Bug: #1359416
neutron/plugins/mlnx/rpc_callbacks.py