Syntax error in XML Serializer

Bug #1158468 reported by Arvind Somya
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
High
Arvind Somya

Bug Description

There's a syntax error in the XML Serializer, line 586:

result[self._get_key(attr)] = node.get[attr]

This should be:
result[self._get_key(attr)] = node.get(attr)

Arvind Somya (asomya)
Changed in quantum:
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (master)

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

Changed in quantum:
status: New → In Progress
dan wendlandt (danwent)
tags: added: grizzly-backport-potential
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/25046
Committed: http://github.com/openstack/quantum/commit/3cf9c8c97aa49d87b2e7d9419ae0d3c78d3c3aed
Submitter: Jenkins
Branch: master

commit 3cf9c8c97aa49d87b2e7d9419ae0d3c78d3c3aed
Author: Arvind Somya <email address hidden>
Date: Thu Mar 21 12:18:20 2013 -0700

    Fixing the syntax error in the XML Serializer

    This commit fixes the syntax error in the XML Serializer.
    Modified wsgi test to exercise this bit of code as well

    Fixes: Bug #1158468
    Change-Id: I1bff589a46ff4884e131d7cf60551e2f400acb67

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

Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/25336

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (milestone-proposed)

Reviewed: https://review.openstack.org/25336
Committed: http://github.com/openstack/quantum/commit/c705fe21f14e1bba9a3ecb62f0f014d460cad569
Submitter: Jenkins
Branch: milestone-proposed

commit c705fe21f14e1bba9a3ecb62f0f014d460cad569
Author: Arvind Somya <email address hidden>
Date: Thu Mar 21 12:18:20 2013 -0700

    Fixing the syntax error in the XML Serializer

    This commit fixes the syntax error in the XML Serializer.
    Modified wsgi test to exercise this bit of code as well

    Fixes: Bug #1158468
    Change-Id: I1bff589a46ff4884e131d7cf60551e2f400acb67

Changed in quantum:
status: Fix Committed → Fix Released
Changed in quantum:
milestone: havana-1 → grizzly-rc2
Thierry Carrez (ttx)
Changed in quantum:
milestone: grizzly-rc2 → 2013.1
Alan Pevec (apevec)
tags: removed: grizzly-backport-potential
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.