os-services API extension XML serialization doesn't return the updated_at field

Bug #1130609 reported by Andrea Rosa
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Andrea Rosa

Bug Description

The XMl serialization failed to return the update_at field because of a typo in the definition of ServiceIndexTemplate:
elem.set('update_at')
that should be
elem.set('updated_at')

Changed in nova:
assignee: nobody → Andrea Rosa (andrea-rosa-m)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/22419
Committed: http://github.com/openstack/nova/commit/48b41e0b880adf80e3be6d128cd392af57b8477e
Submitter: Jenkins
Branch: master

commit 48b41e0b880adf80e3be6d128cd392af57b8477e
Author: Andrea Rosa <email address hidden>
Date: Wed Feb 20 11:52:10 2013 +0000

    Fix typo in the XML serialization os-services API.

    Partially implements blueprint nova-api-samples
    fixes bug 1130609

    The XML serializer for the update method in the os-services API extensions was
    not serializing the "updated_at" field because of a typo in the code.
    In this change we added api_samples for the XML output.

    Change-Id: I9fff0677e9bad650b19e559b3ed6e9bc0ffe8c3c

Changed in nova:
status: In Progress → Fix Committed
Changed in nova:
importance: Undecided → Medium
milestone: none → grizzly-rc2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (milestone-proposed)

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

no longer affects: nova/folsom
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (milestone-proposed)

Reviewed: https://review.openstack.org/25633
Committed: http://github.com/openstack/nova/commit/7f94300efc87662a94d645b8e592fae6817a05db
Submitter: Jenkins
Branch: milestone-proposed

commit 7f94300efc87662a94d645b8e592fae6817a05db
Author: Andrea Rosa <email address hidden>
Date: Wed Feb 20 11:52:10 2013 +0000

    Fix typo in the XML serialization os-services API.

    Partially implements blueprint nova-api-samples
    fixes bug 1130609

    The XML serializer for the update method in the os-services API extensions was
    not serializing the "updated_at" field because of a typo in the code.
    In this change we added api_samples for the XML output.

    Change-Id: I9fff0677e9bad650b19e559b3ed6e9bc0ffe8c3c
    (cherry picked from commit 48b41e0b880adf80e3be6d128cd392af57b8477e)

Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-rc2 → 2013.1
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.