Comment 7 for bug 1830800

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

Reviewed: https://review.opendev.org/662224
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5eb4e01a836810c0fea4f688018faa4ca71eba0e
Submitter: Zuul
Branch: stable/stein

commit 5eb4e01a836810c0fea4f688018faa4ca71eba0e
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
    (cherry picked from commit 961435453552569754cb7801c1e5c366dd9d16a8)