Comment 13 for bug 1359416

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/118165
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d3ed330ca81d9663b1280a0386b572421ec48496
Submitter: Jenkins
Branch: master

commit d3ed330ca81d9663b1280a0386b572421ec48496
Author: Akihiro Motoki <email address hidden>
Date: Mon Sep 1 22:24:54 2014 +0900

    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