We are tickled pink to announce the release of: os-brick 1.10.0: OpenStack Cinder brick library for managing local volume attaches This release is part of the ocata release series. The source is available from: http://git.openstack.org/cgit/openstack/os-brick Download the package from: https://pypi.python.org/pypi/os-brick Please report issues through launchpad: http://bugs.launchpad.net/os-brick For more details, please see below. 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. Changes in os-brick 1.9.0..1.10.0 --------------------------------- 50e4f5a Fix a wrong indentation df634a5 s390 FC device path fix for Ubuntu 916cfaf encryptors: Introduce encryption provider constants Diffstat (except docs and test files) ------------------------------------- os_brick/encryptors/__init__.py | 43 ++++++-- .../initiator/connectors/fibre_channel_s390x.py | 26 +++-- os_brick/initiator/linuxscsi.py | 2 +- .../connectors/test_fibre_channel_s390x.py | 4 +- ...yption-provider-constants-a7cd0ce58da2bae8.yaml | 14 +++ 6 files changed, 150 insertions(+), 49 deletions(-)