Comment 6 for bug 1267290

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

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

commit a1e1b0a6251c9b0838f871591316c41f37b4b3e0
Author: Itsuro Oda <email address hidden>
Date: Tue Dec 24 12:27:53 2013 +0900

    Enhance GET networks performance of metaplugin

    Change to call plugin.get_networks() per target plugin
    instead of calling plugin.get_network() per network.
    Hook routines are used to select networks which belong
    the target plugin.

    Change-Id: Ieff06ac7bc7a150501f91aecc3197b0bb664d5fa
    Closes-Bug: #1267290