Comment 1 for bug 1281342

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

Reviewed: https://review.openstack.org/73994
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=aec2b6172a2ad78a80a1346f87cdb6b29b7acc12
Submitter: Jenkins
Branch: master

commit aec2b6172a2ad78a80a1346f87cdb6b29b7acc12
Author: Haiwei Xu <email address hidden>
Date: Tue Feb 18 04:09:44 2014 +0900

    Fix element miss in client request body

    Currently the client sends a request with wrong element name
    'os-multiple-create:reservation_id' in the body.
    The correct element should be 'os-multiple-create:return_reservation_id'.
    The information can be got in this website.
    https://wiki.openstack.org/wiki/NovaAPIv2tov3

    Change-Id: I7d2f006ef6dbbcd6b41c8adbeee0c0e048d35448
    Closes-Bug: #1281342