Comment 4 for bug 1064359

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

Reviewed: https://review.openstack.org/16667
Committed: http://github.com/openstack/nova/commit/1857821b4599b7af249fbc136a1b75ae5d8ec38e
Submitter: Jenkins
Branch: stable/folsom

commit 1857821b4599b7af249fbc136a1b75ae5d8ec38e
Author: vijaya-erukala <email address hidden>
Date: Tue Oct 9 19:25:27 2012 +0530

    nova-manage doesn't validate key to update the quota

    nova-manage doesn't validate the key value supplied to
    update the quota, as a result unnecessary records will be
    created in db and user will be under the impression that
    quota value got updated.
    This patch validates the input value given to the key.

    fixes bug 1064359
    Change-Id: I9928f30881aa2780a23005b5f69aa67a44f314c5
    (cherry picked from commit 82d8ffec5b5220039e57685fe4359950d1209b14)