Comment 3 for bug 1060955

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

Reviewed: https://review.openstack.org/14377
Committed: http://github.com/openstack/nova/commit/7c9761b3bb52788021b5bf0eb9726af833db4074
Submitter: Jenkins
Branch: master

commit 7c9761b3bb52788021b5bf0eb9726af833db4074
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