Merge "Change lock device id from PowerVC-Lock to Lock"
This commit is contained in:
commit
d2d4e304be
@ -663,7 +663,7 @@ class PowerVCNeutronAgent(object):
|
||||
def _delete_local_port(self, local_port, db_port):
|
||||
# complex logic here on how to handle it
|
||||
# some possible cases for this local port:
|
||||
# 1) device_id = PowerVC-Lock occurs when lock IP address done.
|
||||
# 1) device_id = Lock occurs when lock IP address done.
|
||||
# Delete the local port
|
||||
# 2) device_owner = network:router_interface (see issue 173350).
|
||||
# re-create the PVC port
|
||||
|
@ -8,7 +8,7 @@ Created on Aug 2, 2013
|
||||
|
||||
# Device owner value for Neutron ports we create
|
||||
POWERVC_DEVICE_OWNER = 'network:IBM SmartCloud'
|
||||
POWERVC_LOCKDEVICE_ID = 'PowerVC-Lock'
|
||||
POWERVC_LOCKDEVICE_ID = 'Lock'
|
||||
RSVD_PORT_PREFIX = 'pvc:'
|
||||
|
||||
# Mapping enum values
|
||||
|
Loading…
Reference in New Issue
Block a user