Bug 1593014
| Summary: | Create Volume Encryption dialog in horizon gives provider example of LuksEncryptor which does not work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Kevin Jones <kejones> | ||||
| Component: | python-django-horizon | Assignee: | Radomir Dopieralski <rdopiera> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Ido Ovadia <iovadia> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 13.0 (Queens) | CC: | athomas, hpokorny, jrist, mrunge, rdopiera, srevivo | ||||
| Target Milestone: | --- | Keywords: | Triaged, ZStream | ||||
| Target Release: | 13.0 (Queens) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-10-30 15:28:55 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: | |||||||
| Attachments: |
|
||||||
Closing. If this still seems like an issue, please re-open. This is part of a bug closing action due to lack of resources. Age >3 months + Priority < High + No active customer reference |
Created attachment 1453022 [details] Screen Shot of Dialog in questions Description of problem: When creating an encrypted volume type, the "Create an Encrypted Volume Type" dialog in horizon says: "The Provider is the class providing encryption support (e.g. LuksEncryptor)." However, if you enter "LuksEncryptor" for provider, creation of encrypted volumes fails. Version-Release number of selected component (if applicable): 13 How reproducible: 100% Steps to Reproduce: 1. Create a volume type in horizon Admin->Volume Types 2. Create an Encryption for the new volume type 3. Fill in "LuksEncryptor" for Provider and finish creating the encryption 4. Create a new volume using the encrypted volume type Actual results: Volume fails to create and goes to error state Expected results: Volume creates and becomes available Additional info: If instead "luks" is used for the Provider value, encrypted volumes can be created and mounted to instances.