Comment 5 for bug 1830800

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

Reviewed: https://review.opendev.org/661869
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=961435453552569754cb7801c1e5c366dd9d16a8
Submitter: Zuul
Branch: master

commit 961435453552569754cb7801c1e5c366dd9d16a8
Author: Yikun Jiang <email address hidden>
Date: Wed May 29 09:16:51 2019 +0800

    Fix the server group "policy" field type in api-ref

    The server group policy field added in v2.64 is a string but
    the API reference says the parameter is an object.

    This patch changes it from "object" to "string".

    Change-Id: I1b4efe8afb302d94c810389e124c5370cbe72ddf
    Closes-bug: #1830800