Comment 2 for bug 1732938

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

Reviewed: https://review.openstack.org/521397
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=d0917cd14b94ce13fd92237490efb5722761eda4
Submitter: Zuul
Branch: master

commit d0917cd14b94ce13fd92237490efb5722761eda4
Author: Matt Riedemann <email address hidden>
Date: Sun Nov 19 18:34:24 2017 -0500

    Remove hard-coded policy choices for creating a server group

    The hard-coded choices for the server group policy make it impossible
    to create a server group with the soft-affinity or
    soft-anti-affinity policy rules which were added in compute API
    microversion 2.15. This removes the hard-coded choices so that the
    policy is restricted on the server side rather than the client side.

    Change-Id: Ib3dc39422ac1015872d56ae2fdeddf0f29613494
    Closes-Bug: #1732938