Comment 4 for bug 1071168

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

Reviewed: https://review.openstack.org/16681
Committed: http://github.com/openstack/nova/commit/3db2a380538d339571e0cd15aa04de0fc98b0828
Submitter: Jenkins
Branch: stable/folsom

commit 3db2a380538d339571e0cd15aa04de0fc98b0828
Author: Édouard Thuleau <email address hidden>
Date: Thu Oct 25 10:32:48 2012 +0200

    'BackupCreate' rotation parameter >= 0

    In the extension 'admin-actions' of OpenStack Compute API, the action
    create backups should only accept rotation parameter greater than or
    equal to zero.

    If the 'rotation' parameter is negative, OS API returns a badRequest
    400 HTTP error.

    Fixes LP bug #1071168

    Change-Id: I6ef08fbecb0f88942cdb16193e9d2c3831866fe9
    (cherry picked from commit 6eac65a8e13d3040c0c6561709f59b3d9bab5435)