From e383378507d0d144de468e579f2e2defd41540b0 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sun, 7 Jun 2015 02:50:35 +0900 Subject: [PATCH] ML2: Remove TYPE_MULTI_SEGMENT It's a leftover from the pre-multiprovider world. Change-Id: Iaf93292d698032984dfc392fae3701c49e18adc8 --- neutron/plugins/ml2/plugin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neutron/plugins/ml2/plugin.py b/neutron/plugins/ml2/plugin.py index aed19ca7b..094798685 100644 --- a/neutron/plugins/ml2/plugin.py +++ b/neutron/plugins/ml2/plugin.py @@ -79,10 +79,6 @@ LOG = log.getLogger(__name__) MAX_BIND_TRIES = 10 -# REVISIT(rkukura): Move this and other network_type constants to -# providernet.py? -TYPE_MULTI_SEGMENT = 'multi-segment' - class Ml2Plugin(db_base_plugin_v2.NeutronDbPluginV2, dvr_mac_db.DVRDbMixin, -- 2.45.2