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:
Yang Yu 2014-08-28 23:05:26 -07:00
parent 7a60f16270
commit df1e936326

View File

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