ironic/releasenotes/notes/story-2006316-raid-create-fails-c3661e185fb11c9f.yaml
Shivanand Tendulker b304d18802 RAID create fails if 'controller' is missing in 'target_raid_config'
RAID creation fails with KeyError if none of the 'logical_disks'
in 'target_raid_config' have 'controller' parameter.

Story: 2006316
Task: 36043
Change-Id: I42ee6a46c002c14c785216834558223cbf9d319b
2019-07-31 13:14:14 -04:00

8 lines
239 B
YAML

---
fixes:
- |
Fixes an issue in creation of RAID if none of the 'logical_disks'
in 'target_raid_config' have 'controller' parameter.
See `story 2006316
<https://storyboard.openstack.org/#!/story/2006316>`__ for details.