Comment 3 for bug 1085276

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

Reviewed: https://review.openstack.org/17571
Committed: http://github.com/openstack/quantum/commit/c3d789d659840a3e0ddf78a5523d535866a98657
Submitter: Jenkins
Branch: master

commit c3d789d659840a3e0ddf78a5523d535866a98657
Author: Jason Zhang <email address hidden>
Date: Thu Dec 6 11:39:34 2012 -0800

    Setup device alias by device flavor information.

    The router interface cannot be deleted since the MetaPlugin
    cannot get the flavor information from the port which has
    been deleted.
    The solution is setting up the alias for each device based
    on the flavor information, so the MetaPlugin still can get
    the flavor information from the device itself even the
    port has been deleted.

    Also the router interface cannot be deleted since the
    l3_port_check flag is not passed by MetaPlugin.

    Fixes: bug #1085276

    Change-Id: I670aa45c804e660ee4afb5359e0ab1347f369986