Comment 8 for bug 1824017

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

Reviewed: https://review.openstack.org/651486
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b086505d31233b098f50578e3a92dcd35c600315
Submitter: Zuul
Branch: stable/stein

commit b086505d31233b098f50578e3a92dcd35c600315
Author: Corey Bryant <email address hidden>
Date: Tue Apr 9 17:01:10 2019 -0400

    Set min version of python-cinderclient to 4.0.0

    As of Stein, a minimum of python-cinderclient 4.0.0 is required to
    create a volume. Cinder schema no longer accepts additional
    properties on volume create that are not part of the API spec [1].

    [1] https://review.openstack.org/#/c/573093/

    Change-Id: I0fc4d5db39080985b471fe2465b7078e37417e4d
    Closes-Bug: #1824017