]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove VIF_TYPES constant
authorCedric Brandily <zzelle@gmail.com>
Mon, 17 Aug 2015 22:17:34 +0000 (00:17 +0200)
committerCedric Brandily <zzelle@gmail.com>
Thu, 20 Aug 2015 17:57:03 +0000 (19:57 +0200)
commite8303ce77c27391213948573108be02a72c34027
treeebad842d4325fa8b29673f6a5c9dcfc74c6423fd
parent503dfc20073b60a31880c07adba9841ff70f3897
Remove VIF_TYPES constant

VIF_TYPES[1] lists all vif types including out-of-tree ones BUT was only
used by out-of-tree bigswitch code: dependent change defined VIF_TYPES
in bigswitch repo in order to allow VIF_TYPES removal from neutron code.

[1] in neutron.extensions.portbindings

Closes-Bug: #1486277
Related-Bug: #1486279
Depends-On: I79d0af975bb62a2ccea87eda5cf43f3f064b5078
Change-Id: I39fc344361c21332b947f21f157d4f2a27caad47
doc/source/devref/contribute.rst
neutron/extensions/portbindings.py