ironic/releasenotes/notes/remove-python-oneviewclient-b1d345ef861e156e.yaml
Hugo Nicodemos c924a374c4 Follow-up for Switch OneView driver to hpOneView and ilorest libraries
This patch addresses comments for patchs related to
bug #1693788

Change-Id: I1fbab4674050bfbd94882c65686881867b100191
Related-Bug: 1693788
2018-01-31 12:02:19 -03:00

17 lines
618 B
YAML

---
issues:
- |
The library ``python-ilorest-library`` is a fork of the
``python-redfish-library`` and imported with same name, hence conflict
when together. ``python-redfish-library`` cannot be used when ``oneview``
hardware type is in use.
upgrade:
- |
The ``oneview`` hardware type now uses ``hpOneView`` and
``python-ilorest-library`` libraries to communicate with OneView
appliances. The ``python-oneviewclient`` library is no longer used.
upgrade:
- |
Configuration option ``[oneview]max_polling_attempts`` is removed since
the ``hpOneView`` library doesn't support it.