Comment 3 for bug 1944577

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/768458
Committed: https://opendev.org/openstack/cinder/commit/8088dc9580356ca51581c56888c9022848f543b1
Submitter: "Zuul (22348)"
Branch: master

commit 8088dc9580356ca51581c56888c9022848f543b1
Author: Yadiel Xuan(轩艳东) <email address hidden>
Date: Thu Dec 24 17:20:42 2020 +0800

    Prohibit volume manage to an encrypted volume type

    Managing a volume to an encrypted volume type should not be allowed.
    One reason is that there is no way for an operator to specify an
    encryption key ID for the volume. Another is that we already don't
    allow a volume of an encrypted type to be un-managed, so this change
    will be symmetric.

    Also update and correct the api-ref for this call.

    Co-authored-by: Yadiel Xuan(轩艳东) <email address hidden>
    Co-authored-by: Brian Rosmaita <email address hidden>

    Change-Id: Ic2da41f3962c1108f974aca952bce3da6d6ac277
    Closes-bug: #1944577