Wallaby Series Release Notes¶
18.5.1¶
Bug Fixes¶
Bug #1986518: The
cinder::backend::iscsi
defined resource type now modifies the/etc/tgt/targets.conf
file in Ubuntu and Debian, so that cinder can set up iscsi targets correctly.
18.5.0¶
New Features¶
The new
pure_host_personality
parameter has been added tocinder::backend::pure
Add new parameter
cinder::backend::pure::pure_eradicate_on_delete
which allows setting of the pure_eradicate_on_delete option on the managed cinder backend for PureStorage.
Add new parameter
cinder::backend::pure::pure_iscsi_cidr
which 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_scope
parameter has been added to support the corresponding parameter in oslo.policy library.
The new
cinder::policy::enforce_new_defaults
parameter has been added.