Comment 9 for bug 1733886

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

Reviewed: https://review.openstack.org/526419
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6f5b3123cc3e35af7d9054c299f4c2232c8c2a3f
Submitter: Zuul
Branch: stable/pike

commit 6f5b3123cc3e35af7d9054c299f4c2232c8c2a3f
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)