7402822f0b
this is the inital patch of applying codespell to nova. codespell is a programing focused spellchecker that looks for common typos and corrects them. i am breaking this into multiple commits to make it simpler to read and will automate the execution of codespell at the end of the series. Change-Id: If24a6c0a890f713545faa2d44b069c352655274e
13 lines
492 B
YAML
13 lines
492 B
YAML
---
|
|
features:
|
|
- |
|
|
Enables to launch an instance from an iscsi volume with ironic virt
|
|
driver. This feature requires an ironic service supporting API
|
|
version 1.32 or later, which is present in ironic releases > 8.0.
|
|
It also requires python-ironicclient >= 1.14.0.
|
|
upgrade:
|
|
- |
|
|
The required ironic API version is updated to 1.32. The ironic service
|
|
must be upgraded to an ironic release > 8.0 before nova is upgraded,
|
|
otherwise all ironic integration will fail.
|