Ocata Series Release Notes

1.11.1

Bug Fixes

  • Add support to use custom Ceph keyring files (previously os-brick hardcoded using /etc/ceph/<cluster>.client.<user>.keyring file).

1.10.0

New Features

  • Encryption provider constants have been introduced detailing the supported encryption formats such as LUKs along with their associated in-tree provider implementations. These constants should now be used to identify an encryption provider implementation for a given encryption format.

Deprecation Notes

  • The direct use of the encryption provider classes such as os_brick.encryptors.luks.LuksEncryptor is now deprecated and will be blocked in the Pike release of os-brick. The use of out of tree encryption provider classes is also deprecated and will be blocked in the Pike release of os-brick.