cinder/releasenotes/notes/bug-1895510-REST-API-issue-to-get-bundle-198a3b89255759bb.yaml
GirishChilukuri b477632a66 [IBM DS8K]: Fixed rest API issue to get bundle
Cinder driver for IBM storage DS8K is calling the unsupported
rest API "api/v1", which is failing with R9 version. Some
how this unsupported API is working with R7 and R8 versions.

Modified IBM DS8K driver to use the supported API to get the
bundle information.

closes bug: #1895510

Change-Id: If8c17eb48b67e7b109e19e4b064260cb52b5cecf
2020-10-07 16:31:28 +00:00

7 lines
197 B
YAML

---
fixes:
- |
`Bug #1895510 <https://bugs.launchpad.net/cinder/+bug/1895510>`_:
IBM DS8K: Fixed compatability issue when using the IBM DS8K driver
with storage version R9 and later.