nova/releasenotes/notes/deprecate-console_driver-opt-26475263aad3b655.yaml
Stephen Finucane 582321c54d conf: Deprecate 'console_driver'
This no longer does anything due to our use of fixtures in the test.

Change-Id: Id662bf0bedbd43459cf2561b3d12b65de08db4c0
2017-01-24 13:00:55 +00:00

10 lines
417 B
YAML

---
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.