Merge "remove repeated network type definition in cisco plugin"

This commit is contained in:
Jenkins 2013-11-25 04:55:13 +00:00 committed by Gerrit Code Review
commit 5755a04e0c

View File

@ -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'