bb2942295a
Although previous XClarity driver passes the unit test, we find that getting boot order function test fails in the 3rd party CI, which will throw an exception of "Unsupported boot device". After checking with the code, we find that a boot device mapping from XClarity to Ironic recoginzed format is needed. This patch will fix this getting boot order defect. We have verified this function in our 3rd CI environment. Also it will fix a minor in power.py and enhance the unit test. Change-Id: Ia7ccf986cb6b1c332691c811d32cb41850d4796c Story: 2004576 Task: 28351
9 lines
293 B
YAML
9 lines
293 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where ``xclarity`` management interface fails to get
|
|
boot order. Now the driver correctly gets boot device and this has
|
|
been verified in the 3rd party CI. See story
|
|
`2004576 <https://storyboard.openstack.org/#!/story/2004576>`_ for
|
|
details.
|