f3c774a96b
This patch gets Ironic virt driver to support soft reboot. Ironic API supports soft reboot since API version 1.27. The API version has already been bumped to 1.28. Change-Id: I4e61ebf852f61e3c0a511b49f0304d3138ef022e Implements: blueprint soft-reboot-poweroff Co-Authored-By: Tang Chen <chen.tang@easystack.cn> Co-Authored-By: xiexs <xiexs@cn.fujitsu.com>
7 lines
285 B
YAML
7 lines
285 B
YAML
---
|
|
features:
|
|
- Adds soft reboot support to Ironic virt driver. If hardware driver in
|
|
Ironic doesn't support soft reboot, hard reboot is tried. This feature
|
|
requires the Ironic service to support API version 1.27 or later. It also
|
|
requires python-ironicclient >= 1.10.0.
|