diff --git a/lower-constraints.txt b/lower-constraints.txt index 06f01e21220..b9016dd8163 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -64,7 +64,7 @@ networkx==1.11 oauth2client==1.5.0 openstackdocstheme==1.20.0 os-api-ref==1.4.0 -os-brick==2.8.5 +os-brick==2.8.6 os-client-config==1.29.0 os-win==3.0.0 oslo.cache==1.29.0 diff --git a/releasenotes/notes/ossn-0086-followup-f82a0efa264f68d6.yaml b/releasenotes/notes/ossn-0086-followup-f82a0efa264f68d6.yaml new file mode 100644 index 00000000000..5ee311c6ae9 --- /dev/null +++ b/releasenotes/notes/ossn-0086-followup-f82a0efa264f68d6.yaml @@ -0,0 +1,11 @@ +--- +upgrade: + - | + This release updates the os-brick library used by Cinder to version + 2.8.6 to correct a problem with the fix for `Bug #1823200 + `_ in the previous + os-brick release. It does not contain any Cinder code changes. + + See the `os-brick 2.8.6 release notes + `_ + for more information. diff --git a/requirements.txt b/requirements.txt index 1e316627f3c..cf85363e1ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ suds-jurko>=0.6 # LGPLv3+ WebOb>=1.7.1 # MIT oslo.i18n>=3.15.3 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 -os-brick>=2.8.5 # Apache-2.0 +os-brick>=2.8.6 # Apache-2.0 os-win>=3.0.0 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 google-api-python-client>=1.4.2 # Apache-2.0