Comment 18 for bug 1642679

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

Reviewed: https://review.openstack.org/400883
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f559be35a03f5801f527355895a97c89cdc3c336
Submitter: Jenkins
Branch: master

commit f559be35a03f5801f527355895a97c89cdc3c336
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