Merge "conf: remove console_driver opt"

This commit is contained in:
Jenkins 2017-06-15 07:16:26 +00:00 committed by Gerrit Code Review
commit d804819f5b
2 changed files with 5 additions and 19 deletions

View File

@ -26,25 +26,6 @@ which allows to select the console proxy service to connect to.
""")
default_opts = [
cfg.StrOpt('console_driver',
default='nova.console.xvp.XVPConsoleProxy',
deprecated_for_removal=True,
deprecated_since='15.0.0',
deprecated_reason="""
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.
""",
help="""
nova-console-proxy is used to set up multi-tenant VM console access.
This option allows pluggable driver program for the console session
and represents driver to use for the console proxy.
Possible values:
* A string representing fully classified class name of console driver.
"""),
cfg.StrOpt('console_topic',
default='console',
deprecated_for_removal=True,

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Configuration option ``console_driver`` in the ``DEFAULT`` group has
been deprecated since the Ocata release and is now removed.