Skip to content

Commit

Permalink
update vplex port default value setting method
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaohuan-ghca committed May 31, 2021
1 parent 067133d commit 30a8590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delfin/drivers/dell_emc/vplex/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
'maintenance': constants.PortLogicalType.MAINTENANCE,
'inter-director-communication': constants.PortLogicalType.INTERCONNECT,
'other': constants.PortLogicalType.OTHER,
'local-com': constants.PortLogicalType.OTHER,
'wan-com': constants.PortLogicalType.OTHER
'local-com': constants.PortLogicalType.INTERCLUSTER,
'wan-com': constants.PortLogicalType.CLUSTER_MGMT
}
PORT_CONNECT_STATUS_MAP = {
'up': constants.PortConnectionStatus.CONNECTED,
Expand Down

0 comments on commit 30a8590

Please sign in to comment.