ironic/releasenotes/notes/bug-2004265-cd9056868295f374.yaml
Aija Jaunteva 27a0b54b6c Fix SpanLength calculation for DRAC RAID configuration
Caused by differences in number division in Python 2 and
Python 3, so forcing type to be int instead of float
as expected by idrac.

Change-Id: I6a20ec52a8c464aaf275583fb21607fffb3b1f3b
Story: 2004265
Task: 27804
2020-04-20 21:41:32 +03:00

8 lines
272 B
YAML

---
fixes:
- |
Fixes 'Invalid parameter value for SpanLength' when configuring RAID
using Python 3. This passed incorrect data type to iDRAC, e.g., instead
of `2` it passed `2.0`.
See `story 2004265 <https://storyboard.openstack.org/#!/story/2004265>`_.