yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01852
[Bug 1130609] Re: os-services API extension XML serialization doesn't return the updated_at field
Reviewed: https://review.openstack.org/25633
Committed: http://github.com/openstack/nova/commit/7f94300efc87662a94d645b8e592fae6817a05db
Submitter: Jenkins
Branch: milestone-proposed
commit 7f94300efc87662a94d645b8e592fae6817a05db
Author: Andrea Rosa <andrea.rosa@xxxxxx>
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
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1130609
Title:
os-services API extension XML serialization doesn't return the
updated_at field
Status in OpenStack Compute (Nova):
Fix Released
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')
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1130609/+subscriptions