Comment 4 for bug 1187092

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/grizzly)

Reviewed: https://review.openstack.org/37150
Committed: http://github.com/openstack/nova/commit/45fd6be08a04bc49dbc5c7fd67cdc7defb889284
Submitter: Jenkins
Branch: stable/grizzly

commit 45fd6be08a04bc49dbc5c7fd67cdc7defb889284
Author: Aaron Rosen <email address hidden>
Date: Mon Jul 15 17:32:43 2013 -0700

    Fix nic order not correct after reboot

    Previously if an instance was rebooted or migrated the original nic order
    would not be maintained. This patch retrieves the correct nic order from
    info_cache so that the order is mantained.

    Fixes bug 1187092

    Change-Id: I3f5488cc14c692fde7d5bd3376389e2f2f5550ff
    (cherry picked from commit bcd12a776e8cde8c4b64e7c1a21a7387ece55b31)