Comment 1 for bug 1562043

Revision history for this message
Steve Martinelli (stevemar) wrote :

Can we please get these APIs put online? I can't find the online at all. Making any thing client based is made exceedingly difficult if there is no API to follow. The only things available right now are 1) the python bindings which just ask for a "specs" parameter [1] and 2) the parameters being asked in the CLI [2], which explain nothing about what the defaults are on the server side.

If this feature is supported by the cinder team it should have a public API and not expect users to read source code to figure out how to use it. The bug has been open for 9 months, please reprioritize the importance of the open API bugs.

[1] https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v2/volume_encryption_types.py#L70-L80

[2] https://github.com/openstack/python-cinderclient/blob/master/cinderclient/v2/shell.py#L1767-L1779