Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
This test has failed - there's no implementation of encrypted volumes in the RBD Cinder driver.
Every attempt to create an encrypt volume will fail due to this piece of code:
if volume.encryption_key_id:
message = _("Encryption is not yet supported.")
raise exception.VolumeDriverException(message=message)