Comment 2 for bug 1061124

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

Reviewed: https://review.openstack.org/14050
Committed: http://github.com/openstack/nova/commit/903b51e148c2f9e858b5ea0ca5b230ac308d76c5
Submitter: Jenkins
Branch: master

commit 903b51e148c2f9e858b5ea0ca5b230ac308d76c5
Author: Matthew Treinish <email address hidden>
Date: Thu Oct 4 10:20:58 2012 -0400

    Fix XML response for return_reservation_id.

    The XML serializer for create uses the server template for it's response.
    However, when return_reservation_id is set, only a reservation_id is
    going to be returned.

    To enable the XML response to be serialized the reservation id is now
    returned in a server tag/object.

    This commit fixes bug 1061124

    Change-Id: Ic74071b1d527c3f3752e296d3fd46a28a99beb76
    Signed-off-by: Matthew Treinish <email address hidden>