582321c54d
This no longer does anything due to our use of fixtures in the test. Change-Id: Id662bf0bedbd43459cf2561b3d12b65de08db4c0
10 lines
417 B
YAML
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.
|