Bug 1194113

Summary: [Docs] [Cinder] [Admin Guide] Parameter descriptions needed for 'cinder encryption-type-create'
Product: Red Hat OpenStack Reporter: Summer Long <slong>
Component: documentationAssignee: Don Domingo <ddomingo>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0 (Juno)CC: adahms, lbopf, mburns, nkinder, nlevinki, scohen, srevivo
Target Milestone: ---Keywords: Documentation, ZStream
Target Release: 6.0 (Juno)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-12 03:13:49 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:    
Bug Blocks: 1227312    

Description Summer Long 2015-02-19 03:57:50 UTC
Description of problem:
Admin Guide section: Create a Volume Type for Encryption
The 'cinder encryption-type-create' command is given only with an example in the 
in this section. However, it is far from obvious what the other choices might be.
A table of parameter information is needed.

Version-Release number of selected component (if applicable):
RHELOSP 6.0

Additional info:
section-volumes.xml, added as comment in the section 'DON NEEDINFO: description of all parameters' to make the spot easier to find.

Comment 3 Andrew Dahms 2015-03-02 04:35:38 UTC
Assigning to Don for review.

Comment 9 nlevinki 2015-05-07 12:57:49 UTC
Hi Don,
I also went over the code and checked what Tempest test does.
From the documents only two ciphers has been tested, (aes-cbc-essiv:sha256 and aes-xts-plain64 ) 
https://wiki.openstack.org/wiki/VolumeEncryption
and from the two we only run automation with aes-xts-plain64.
So your comment #7 is correct and you can can proceed with editing the documentation.
By the way I admire your work, your docs are priceless.