Merge "Remove out-of-tree vendor VIF_TYPE_* constants"

This commit is contained in:
Jenkins 2015-09-01 08:14:07 +00:00 committed by Gerrit Code Review
commit 7865c7f9ed
1 changed files with 0 additions and 7 deletions

View File

@ -67,15 +67,8 @@ VHOST_USER_OVS_PLUG = 'vhostuser_ovs_plug'
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'