]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
ML2: Remove TYPE_MULTI_SEGMENT
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Sat, 6 Jun 2015 17:50:35 +0000 (02:50 +0900)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Sat, 6 Jun 2015 17:53:35 +0000 (02:53 +0900)
It's a leftover from the pre-multiprovider world.

Change-Id: Iaf93292d698032984dfc392fae3701c49e18adc8

neutron/plugins/ml2/plugin.py

index aed19ca7b9b55e90665b3dc4748eab1c31b7e355..0947986859502e9e0db0a3590a395c422ae0f0e2 100644 (file)
@@ -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,