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
11 lines
534 B
YAML
11 lines
534 B
YAML
---
|
|
features:
|
|
- |
|
|
A new image metadata property, ``hw_input_bus``, has been added. This
|
|
allows you to specify the bus used for input devices - a pointer and
|
|
keyboard - which are attached to the instance when graphics are enabled
|
|
on compute nodes using the libvirt virt driver. Two values are currently
|
|
accepted: ``usb`` and ``virtio``. This image metadata property effectively
|
|
replaced the ``hw_pointer_model`` image metadata property, which is
|
|
nonetheless retained for backwards compatibility purposes.
|