nova/releasenotes/notes/deprecate-console_driver-opt-26475263aad3b655.yaml

10 lines
417 B
YAML
Raw Normal View History

---
deprecations:
- |
The ``console_driver`` config opt in the ``DEFAULT`` group has been
deprecated and will be removed in a future release. This option no longer
does anything. Previously this option had only two valid, in-tree values:
``nova.console.xvp.XVPConsoleProxy`` and
``nova.console.fake.FakeConsoleProxy``. The latter of these was only used
in tests and has since been replaced.