summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-2004265-cd9056868295f374.yaml
blob: 5d25b5ea8b6bd662e8d19666036294ea66b8a397 (plain)
1
2
3
4
5
6
7
---
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>`_.