]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove out-of-tree vendor VIF_TYPE_* constants
authorCedric Brandily <zzelle@gmail.com>
Mon, 17 Aug 2015 22:17:34 +0000 (00:17 +0200)
committerCedric Brandily <zzelle@gmail.com>
Mon, 24 Aug 2015 20:26:01 +0000 (20:26 +0000)
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

neutron/extensions/portbindings.py

index 1079a4e004382cfc40ac6471463d293e889f14d5..8bbe82384e558a87e31914145c7c53ded57b8c04 100644 (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'