From e649dc2681f5b365fb3169973cd213f0a8b72860 Mon Sep 17 00:00:00 2001 From: Cedric Brandily Date: Tue, 18 Aug 2015 00:17:34 +0200 Subject: [PATCH] Remove out-of-tree vendor VIF_TYPE_* constants 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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/neutron/extensions/portbindings.py b/neutron/extensions/portbindings.py index 1079a4e00..8bbe82384 100644 --- a/neutron/extensions/portbindings.py +++ b/neutron/extensions/portbindings.py @@ -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' -- 2.45.2