6314f09ed4
this change fixes the typos in the releasenotes """ codespell --ignore-words=doc/dictionary.txt -i 3 -w releasenotes/ """ Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
10 lines
433 B
YAML
10 lines
433 B
YAML
---
|
|
features:
|
|
- |
|
|
From this release, Nova instances will get ``virtio`` as the default
|
|
display device (instead of ``cirrus``, which has many limitations).
|
|
If your guest has a native kernel (called "virtio-gpu" in Linux;
|
|
available since Linux 4.4 and above) driver, then it'll be used;
|
|
otherwise, the 'virtio' model will gracefully fallback to VGA
|
|
compatibility mode, which is still better than ``cirrus``.
|