Merge "NSXv3: Fix problem when reset lport attachment"
This commit is contained in:
commit
9959d18f44
@ -240,8 +240,8 @@ class LogicalPort(AbstractRESTResource):
|
||||
})
|
||||
body['switching_profile_ids'] = profiles
|
||||
|
||||
if attachment:
|
||||
body['attachment'] = attachment
|
||||
# Note that attachment could be None, meaning reset it.
|
||||
body['attachment'] = attachment
|
||||
|
||||
return body
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user