Comment 12 for bug 1733886

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

Reviewed: https://review.openstack.org/526427
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9de9faa0f6080e0e01e676330eff293c3d15ffb2
Submitter: Zuul
Branch: stable/newton

commit 9de9faa0f6080e0e01e676330eff293c3d15ffb2
Author: Matt Riedemann <email address hidden>
Date: Mon Nov 27 13:48:13 2017 -0500

    Fix 'force' parameter in os-quota-sets PUT schema

    A regression was introduced in the 2.36 API microversion where the
    'force' parameter was missing from the 'PUT /os-quota-sets/{tenant_id}'
    API request schema so users could not force quota updates with
    microversion 2.36 or later. The bug is now fixed so that the 'force'
    parameter can once again be specified during quota updates. There is
    no new microversion for this change since it is an admin-only API.

    Change-Id: I947e927802f755ccb25a91efd82cac895779d19e
    Closes-Bug: #1733886
    (cherry picked from commit 9ddbaa15cb55d1245a8a63d9414d134746fc2f3c)
    (cherry picked from commit 6f5b3123cc3e35af7d9054c299f4c2232c8c2a3f)
    (cherry picked from commit 901377b22bb92747748b25058e31d1099904c8cc)