Comment 9 for bug 1783467

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

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

commit 633897ae549257789961014afa81cf209c0e05d5
Author: zhubx007 <zhu.boxiang@99cloud.net>
Date: Wed Jul 25 12:12:27 2018 +0800

    fix bug of fail to create volume type encryption from dashboard

    Due to the commit https://review.openstack.org/#/c/573093/,
    the body of create and update from dashboard for volume
    type encryption does not match the schemas of it's API.

    The schemas url is https://github.com/openstack/cinder/blob
    /master/cinder/api/schemas/volume_type_encryption.py

    So that, pop the volume_type_id and name from the data to
    match the schemas.

    Change-Id: I032e59251a0d54cd09ead8cf3b0ac2527d9261db
    Closes-Bug: #1783467