[cinder] os-brick 1.13.1 (pike)
We are stoked to announce the release of: os-brick 1.13.1: OpenStack Cinder brick library for managing local volume attaches This release is part of the pike 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. Changes in os-brick 1.13.0..1.13.1 ---------------------------------- 32b4b24 Stop ignoring E123 and E125 pycodestyle rules 4e17533 Update hacking version to align with Cinder 06e9d9c Fixed the veritas connector path Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/scaleio.py | 2 +- os_brick/initiator/connectors/vrtshyperscale.py | 2 +- test-requirements.txt | 2 +- tox.ini | 3 +-- 6 files changed, 8 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 5c550ae..eef55e9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org