We high-spiritedly announce the release of: os-brick 1.11.1: 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.11.1 ^^^^^^ Bug Fixes * Add support to use custom Ceph keyring files (previously os-brick hardcoded using /etc/ceph/<cluster>.client.<user>.keyring file). Changes in os-brick 1.11.0..1.11.1 ---------------------------------- 7e341a9 Make close on cryptsetup volumes idempotent c6e19f1 Make close on luks volumes idempotent 668bcaa Avoid tox_install.sh for constraints support 94728e3 Fix ceph incremental backup fail 6002075 Fixed generated temp file problem for RBD backend 23d14af FC connector logs number of attempts incorrectly 7a74d9c Fix unittest run on s390x host 3dc531f Updated from global requirements 0df924e Add libssl to bindep 51a6234 RBD: consider a custom keyring in connection info 04c4d07 Retry multipath flush when map is in use cbeb899 Fix multipath flush when using friendly names 7b2d35f Updated from global requirements 6b90fbb Update UPPER_CONSTRAINTS_FILE for stable/ocata 458c504 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + bindep.txt | 3 +++ os_brick/encryptors/cryptsetup.py | 10 +++++--- os_brick/encryptors/luks.py | 7 ++++- os_brick/initiator/connectors/fibre_channel.py | 20 ++++++--------- os_brick/initiator/connectors/rbd.py | 21 ++++++++++----- os_brick/initiator/linuxscsi.py | 6 ++++- .../initiator/connectors/test_fibre_channel.py | 11 +++++--- ...eyring_for_rbd_connection-eccbaae9ee5f3491.yaml | 4 +++ tools/tox_install.sh | 30 ---------------------- tox.ini | 12 +++++---- 17 files changed, 124 insertions(+), 79 deletions(-)