Comment 5 for bug 1060955

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

Reviewed: https://review.openstack.org/16664
Committed: http://github.com/openstack/nova/commit/42a85c08d6a3e005a800b6c3f61d42dc8a26b1bb
Submitter: Jenkins
Branch: stable/folsom

commit 42a85c08d6a3e005a800b6c3f61d42dc8a26b1bb
Author: Unmesh Gurjar <email address hidden>
Date: Thu Oct 11 23:48:08 2012 -0700

    Fix error on invalid delete_on_termination value

    1. Fixed 500 error when an invalid value is passed to 'delete_on_termination'
    parameter in 'block_device_mapping' of create server API (json request).
    Converted the value to 'bool' (similar to XML request workflow) to fix issue.
    2. Also added unit test coverage.

    Fixes LP: #1060955

    Change-Id: Ib35040f17a3712dac45ec1e3c2f32fee17db7c03
    (cherry picked from commit 7c9761b3bb52788021b5bf0eb9726af833db4074)