Comment 23 for bug 1642679

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

Reviewed: https://review.openstack.org/476195
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=cec7ecdc93c3b9ba401edf3cf84088b580247cb8
Submitter: Jenkins
Branch: stable/ocata

commit cec7ecdc93c3b9ba401edf3cf84088b580247cb8
Author: Scott Moser <email address hidden>
Date: Fri Mar 31 17:01:33 2017 -0400

    Limit exposure of network device types to the guest.

    Previously, the 'type' of the hypervisor network device, was exposed to
    the guest directly. That does not make sense, as
    a.) this leaks needless information into the guest
    b.) the guest cannot be reasonably expected to make decisions
        based on a type of link that is present underneath the
        virtual device that is presented to the guest.
    c.) guests then are forced to either continuously track these types
        or to assume that unknown type is "phy".

    This limits the exposure of types to a specific list. Any other
    type will be shown to the guest as 'phy'.

    Change-Id: Iea458fba29596cd2773d8d3565451af60b02bcca
    Closes-Bug: #1642679
    (cherry picked from commit f559be35a03f5801f527355895a97c89cdc3c336)