yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19619
[Bug 1362480] [NEW] Datacenter moid should be a value not a tuple
Public bug reported:
In edge_appliance_driver.py, there is a comma added when setting the
datacenter moid, so the result is the value datacenter moid is changed
to the tuple type, that is wrong.
if datacenter_moid:
edge['datacenterMoid'] = datacenter_moid, ===> Should remove the ','
return edge
** Affects: neutron
Importance: Low
Assignee: Yang Yu (yuyangbj)
Status: New
** Tags: vmware
** Changed in: neutron
Assignee: (unassigned) => Yang Yu (yuyangbj)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1362480
Title:
Datacenter moid should be a value not a tuple
Status in OpenStack Neutron (virtual network service):
New
Bug description:
In edge_appliance_driver.py, there is a comma added when setting the
datacenter moid, so the result is the value datacenter moid is changed
to the tuple type, that is wrong.
if datacenter_moid:
edge['datacenterMoid'] = datacenter_moid, ===> Should remove the ','
return edge
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1362480/+subscriptions
Follow ups
References