Wallaby Series Release Notes¶
18.5.1¶
Bug Fixes¶
Bug #1986518: The
cinder::backend::iscsidefined resource type now modifies the/etc/tgt/targets.conffile in Ubuntu and Debian, so that cinder can set up iscsi targets correctly.
18.5.0¶
New Features¶
The new
pure_host_personalityparameter has been added tocinder::backend::pure
Add new parameter
cinder::backend::pure::pure_eradicate_on_deletewhich allows setting of the pure_eradicate_on_delete option on the managed cinder backend for PureStorage.
Add new parameter
cinder::backend::pure::pure_iscsi_cidrwhich allows setting of the pure_iscsi_cidr option on the managed cinder backend for PureStorage.
18.4.0¶
New Features¶
The new
cinder::policy::enforce_scopeparameter has been added to support the corresponding parameter in oslo.policy library.
The new
cinder::policy::enforce_new_defaultsparameter has been added.