VIF_TYPE_* constants[1] defines all vif types BUT vendor ones are only
used by out-of-tree vendor code. This changes removes out-of-tree
VIF_TYPE_* constants (dependant changes define them in their out-of-tree
repo).
[1] in neutron.extensions.portbindings
Closes-Bug: #
1486279
Depends-On: I58d19aefb38d22b75df6231594de099d9a822c9e
Depends-On: I6d4a62399e21204038145363445d356dfb1bfe89
Depends-On: Iad7f549ae909358af308e32c543ba8eb072ff9d3
Depends-On: I68d765457fc45b5e2f72922809033188d4992cdd
Change-Id: I39fc344361c21332b947f21f157d4f2a27caad48
VIF_TYPE_UNBOUND = 'unbound'
VIF_TYPE_BINDING_FAILED = 'binding_failed'
VIF_TYPE_DISTRIBUTED = 'distributed'
-VIF_TYPE_IOVISOR = 'iovisor'
VIF_TYPE_OVS = 'ovs'
-VIF_TYPE_VHOST_USER = 'vhostuser'
-VIF_TYPE_IVS = 'ivs'
-VIF_TYPE_DVS = 'dvs'
VIF_TYPE_BRIDGE = 'bridge'
-VIF_TYPE_802_QBG = '802.1qbg'
-VIF_TYPE_802_QBH = '802.1qbh'
-VIF_TYPE_MIDONET = 'midonet'
VIF_TYPE_OTHER = 'other'
VNIC_NORMAL = 'normal'