Bug 1419710

Summary: [RFE] add support for LUKS disk encryption format driver w/ RBD (libvirt) TESTONLY
Product: Red Hat OpenStack Reporter: jomurphy
Component: rhosp-directorAssignee: Yogev Rabl <yrabl>
Status: CLOSED DUPLICATE QA Contact: Yogev Rabl <yrabl>
Severity: high Docs Contact: Derek <dcadzow>
Priority: high    
Version: 12.0 (Pike)CC: dbecker, jefbrown, jobernar, mburns, morazi, nlevinki, pgrist, rhel-osp-director-maint, scohen
Target Milestone: Upstream M2Keywords: FutureFeature, TestOnly, Triaged
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-17 13:13:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1301021    
Bug Blocks: 1411525, 1442136    

Description jomurphy 2017-02-06 20:12:07 UTC
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:

Comment 1 Stephen Gordon 2017-03-15 18:01:14 UTC
*** Bug 1230402 has been marked as a duplicate of this bug. ***

Comment 3 Yogev Rabl 2017-06-05 17:54:51 UTC
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)

Comment 6 Sean Cohen 2017-11-17 13:13:48 UTC

*** This bug has been marked as a duplicate of bug 1230405 ***