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'.
Reviewed: https:/ /review. openstack. org/400883 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=f559be35a03 f5801f527355895 a97c89cdc3c336
Committed: https:/
Submitter: Jenkins
Branch: master
commit f559be35a03f580 1f527355895a97c 89cdc3c336
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: Iea458fba29596c d2773d8d3565451 af60b02bcca
Closes-Bug: #1642679