Datacenter moid should be a value not a tuple

Bug #1362480 reported by Yang Yu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Low
Yang Yu
Icehouse
Fix Released
Low
Gary Kotton

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

Yang Yu (yuyangbj)
Changed in neutron:
assignee: nobody → Yang Yu (yuyangbj)
tags: added: vmware
Changed in neutron:
importance: Undecided → Low
Changed in neutron:
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/117694

Changed in neutron:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/117694
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ace3a01ebf980c166b4dfe6d1216b17bf0aec2ed
Submitter: Jenkins
Branch: master

commit ace3a01ebf980c166b4dfe6d1216b17bf0aec2ed
Author: Yang Yu <email address hidden>
Date: Thu Aug 28 23:05:26 2014 -0700

    Datacenter moid should not be tuple

    Remove the comma, because it will convert the string to tuple
    Closes-bug: #1362480

    Change-Id: I2debb76bae26fe3d437a431f2946f66a1cbe6851

Changed in neutron:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (stable/icehouse)

Fix proposed to branch: stable/icehouse
Review: https://review.openstack.org/118044

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/icehouse)

Reviewed: https://review.openstack.org/118044
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c48db90ccd926ea2735bbca17496f880ac137f14
Submitter: Jenkins
Branch: stable/icehouse

commit c48db90ccd926ea2735bbca17496f880ac137f14
Author: Yang Yu <email address hidden>
Date: Thu Aug 28 23:05:26 2014 -0700

    Datacenter moid should not be tuple

    Remove the comma, because it will convert the string to tuple
    Closes-bug: #1362480

    Change-Id: I2debb76bae26fe3d437a431f2946f66a1cbe6851
    (cherry picked from commit ace3a01ebf980c166b4dfe6d1216b17bf0aec2ed)

tags: added: in-stable-icehouse
Thierry Carrez (ttx)
Changed in neutron:
milestone: none → juno-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: juno-3 → 2014.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.