Comment 4 for bug 1486279

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

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

commit 86476becd884a0f238354335bc87e5209d67c94f
Author: Cedric Brandily <email address hidden>
Date: Wed Aug 19 02:02:17 2015 +0200

    Move in-tree vendor VIF_TYPE_* constants

    VIF_TYPE_* constants[1] defines all vif types BUT vendor ones are only
    used by in-tree/out-of-tree vendor code. This changes moves in-tree
    VIF_TYPE_* constants[2] to vendor modules to ensure they will be removed
    from neutron code on decomposition.

    [1] in neutron.extensions.portbindings
    [2] VIF_TYPE_HYPERV/IB_HOSTDEV/HW_WEB/VROUTER

    Change-Id: Iee73426221d693689ba24d2ce2660bb7351f02fc
    Partial-Bug: #1486279