From: Jiajun Liu Date: Thu, 7 Nov 2013 01:32:40 +0000 (+0800) Subject: remove repeated network type definition in cisco plugin X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=67ad4690f7178245db8813dae82845d7bc5280d6;p=openstack-build%2Fneutron-build.git remove repeated network type definition in cisco plugin Fixes-bug: #1248374 Change-Id: I912f9cfc140b9a7ac6369526cc623865cf280313 --- diff --git a/neutron/plugins/cisco/common/cisco_constants.py b/neutron/plugins/cisco/common/cisco_constants.py index 3b0d59b05..72e7f67aa 100644 --- a/neutron/plugins/cisco/common/cisco_constants.py +++ b/neutron/plugins/cisco/common/cisco_constants.py @@ -30,12 +30,6 @@ NET_VLAN_ID = 'vlan_id' NET_VLAN_NAME = 'vlan_name' NET_PORTS = 'ports' -# Network types -NETWORK_TYPE_FLAT = 'flat' -NETWORK_TYPE_LOCAL = 'local' -NETWORK_TYPE_VLAN = 'vlan' -NETWORK_TYPE_NONE = 'none' - CREDENTIAL_ID = 'credential_id' CREDENTIAL_NAME = 'credential_name' CREDENTIAL_USERNAME = 'user_name'