Comment 3 for bug 1824017

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

Reviewed: https://review.openstack.org/651382
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f9b520f377816341d2e79106bfddf94c5afab390
Submitter: Zuul
Branch: master

commit f9b520f377816341d2e79106bfddf94c5afab390
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