Merge "Datacenter moid should not be tuple"

This commit is contained in:
Jenkins 2014-08-31 13:29:49 +00:00 committed by Gerrit Code Review
commit 2bc9006fc2

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