summaryrefslogtreecommitdiff
path: root/releasenotes/notes/deprecate-console_driver-opt-26475263aad3b655.yaml
blob: e135519becda0f731ddd1b708aef7c97ceac86e8 (plain)
1
2
3
4
5
6
7
8
9
---
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.