forked from openstack/cinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rekeying volume with legacy encryption provider
Update volume_utils.check_encryption_provider() so it translates a legacy provider class in the encryption dict it returns. For example, if the volume's encryption metadata specifies "nova.volume.encryptors.luks.LuksEncryptor" for the provider, the function will a dict with "luks" as the provider. Closes-Bug: #1886689 Change-Id: I172dab1641207849fdd6a9848ac7573cba236a8b
- Loading branch information
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters