Datacenter moid should not be tuple
Remove the comma, because it will convert the string to tuple Closes-bug: #1362480 Change-Id: I2debb76bae26fe3d437a431f2946f66a1cbe6851
This commit is contained in:
parent
7a60f16270
commit
df1e936326
@ -62,7 +62,7 @@ class EdgeApplianceDriver(object):
|
||||
edge['appliances']['deploymentContainerId'] = (
|
||||
deployment_container_id)
|
||||
if datacenter_moid:
|
||||
edge['datacenterMoid'] = datacenter_moid,
|
||||
edge['datacenterMoid'] = datacenter_moid
|
||||
|
||||
return edge
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user