Current Series Release Notes
2.2.0-10
New Features
- Support show group with
list-volume
argument.
The command is : cinder group-show {group_id} –list-volume
2.2.0
New Features
- Added new command
list-filters
to retrieve enabled resource filters,
Added new option --filters
to these list commands:
- list
- snapshot-list
- backup-list
- group-list
- group-snapshot-list
- attachment-list
- message-list
- get-pools
2.1.0
New Features
- Use ‘cinder reset-state’ as generic resource reset state command for resource ‘volume’, ‘snapshot’, ‘backup’ ‘group’ and ‘group-snapshot’. Also change volume’s default status from ‘available’ to none when no status is specified.
- Cinderclient now supports noauth mode using –os-auth-type noauth
param. Also python-cinderclient now supports keystoneauth1 plugins.
Deprecation Notes
- –bypass-url param is now deprecated. Please use –os-endpoint instead
of it.
–os-auth-system param is now deprecated. Please –os-auth-type instead of
it.
Bug Fixes
- The mountpoint argument was ignored when creating an attachment and now has been fixed. [Bug 1675973]
- The ‘tenant’ argument was ignored when listing attachments, and now has been fixed. [Bug 1675974]
- The ‘server_id’ is now a required parameter when creating an attachment, that means we should create an attachment with a command like, ‘cinder attachment-create <volume> <server_id>’. [Bug 1675975]
2.0.0
Other Notes
- The cinder credentials command has not worked for several releases. The preferred alternative is to us the openstack token issue command, therefore the cinder credentials command has been removed.