27a0b54b6c
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
8 lines
272 B
YAML
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>`_.
|