nova/releasenotes/notes/stable_rescue_bfv-cd0e9f0f7e9eaa25.yaml
Sean Mooney 7402822f0b [codespell] start fixing all the typos
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
2023-10-03 00:51:35 +01:00

11 lines
357 B
YAML

---
features:
- |
Stable device rescue for boot from volume instances is now supported
through the use of the 2.87 microversion when the compute hosting the
instance also reports the ``COMPUTE_RESCUE_BFV`` trait such as the libvirt
driver.
No changes have been made to the request or response parameters of the
rescue API itself.