cinder/releasenotes/notes/bp-open-src-ibm-storage-driver-d17808e52aa4eacb.yaml
Sean McGinnis c5630ce51d Clean up release notes for Ocata
Fix up various issues in the release notes in preparation for
branching the RC-1 release.

Change-Id: I8db5d2859c36d666732c513afe520d588ac9f3ba
2017-02-02 08:15:52 -06:00

17 lines
663 B
YAML

---
features:
- |
The IBM_Storage driver has been open sourced. This means that there is no
more need to download the package from the IBM site. The only requirement
remaining is to install pyxcli, which is available through pypi::
``sudo pip install pyxcli``
upgrade:
- |
Previous installations of IBM Storage must be un-installed first and the
new driver should be installed on top. In addition the cinder.conf values
should be updated to reflect the new paths. For example the proxy setting
of ``storage.proxy.IBMStorageProxy`` should be updated to
``cinder.volume.drivers.ibm.ibm_storage.proxy.IBMStorageProxy``.