Comment 1 for bug 1312278

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

Reviewed: https://review.openstack.org/90139
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0a0c3ced1c8d3145569687d9feaa120c2c542b71
Submitter: Jenkins
Branch: master

commit 0a0c3ced1c8d3145569687d9feaa120c2c542b71
Author: Andrew Laski <email address hidden>
Date: Thu Apr 24 12:26:13 2014 -0400

    On rebuild check for null image_ref

    While parsing the body passed in a rebuild request there is no check to
    ensure that image_ref is not None. This leads to a raised exception and
    500 response by the API.

    Change-Id: Ic9e51a761d0c1f30d55f4a167c876a6aa4f00a41
    Closes-bug: 1312278