ironic/releasenotes/notes/remove-python-oneviewclient-b1d345ef861e156e.yaml
Hugo Nicodemos f8bf0ad51b Remove python-oneviewclient from oneview hardware type.
This patch removes the ``python-oneviewclient`` library from
``oneview`` hardware type since it was migrated to ``hponeview``
and ``python-ilorest-library``.

Change-Id: I3393189abdff6a0e56f54375877cc310d72ff5b1
Closes-Bug: #1693788
2018-01-25 01:30:27 +00:00

17 lines
607 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 use ``hpOneView`` and
``python-ilorest-library`` libraries to communicate with OneView
appliances. The ``python-oneviewclient`` library is no longer used.
upgrade:
- |
Configuration ``[oneview]max_polling_attempts`` is removed since
``hpOneView`` doesn't support this option.