Comment 11 for bug 1784782

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

Reviewed: https://review.openstack.org/588092
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=eff376b9fc7a6c96ad63c6d9004f902769def01d
Submitter: Zuul
Branch: master

commit eff376b9fc7a6c96ad63c6d9004f902769def01d
Author: Matt Riedemann <email address hidden>
Date: Wed Aug 1 18:15:07 2018 -0400

    api-ref: fix GET /flavors?is_public description

    A couple of things are fixed here:

    1. The type in the schema for the is_public query param
       is string, not boolean.

    2. Since it's a string, the normal 1/yes/0/no types of
       "booleans" are allowed so document that along with
       the default.

    3. Also mention that is_public='None' must be passed for
       an admin user to list both public and private flavors
       in a single request.

    Change-Id: Idcb700b69f13217f68434fd6a54439cc277f8998
    Partial-Bug: #1784782