Fix a failure to format config sample

A help string of 'enable_consoleauth' is missing
in nova/conf/workarounds.py.
So formatting sample for enable_consoleauth is failed.

This patch fixes it.

Change-Id: Iad799099028f15948733451556207e7a77c1517b
Closes-Bug: #1789800
This commit is contained in:
Takashi NATSUME 2018-08-30 13:46:22 +09:00
parent ab83148a23
commit ad1d9bd66e
1 changed files with 5 additions and 0 deletions

View File

@ -154,6 +154,11 @@ Related options:
deprecated_for_removal=True,
deprecated_since="18.0.0",
deprecated_reason="""
This option has been added as deprecated originally because it is used
for avoiding a upgrade issue and it will not be used in the future.
See the help text for more details.
""",
help="""
Enable the consoleauth service to avoid resetting unexpired consoles.
Console token authorizations have moved from the ``nova-consoleauth`` service