Merge "[stable-only] Improve the reno for consoleauth upgrade check" into stable/stein

This commit is contained in:
Zuul 2019-05-28 12:33:24 +00:00 committed by Gerrit Code Review
commit 498608c15f
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,13 @@
--- ---
upgrade: upgrade:
- | - |
A new check is added to the ``nova-status upgrade check`` CLI to check for The ``nova-consoleauth`` service is deprecated and should no longer be
use of the ``nova-consoleauth`` service to warn and provide additional deployed, however, if there is a requirement to maintain support for
existing console sessions through a live/rolling upgrade, operators should
set ``[workarounds]enable_consoleauth = True`` in their configuration and
continue running ``nova-consoleauth`` for the duration of the live/rolling
upgrade.
A new check has been added to the ``nova-status upgrade check`` CLI to
help with this and it will emit a warning and provide additional
instructions to set ``[workarounds]enable_consoleauth = True`` while instructions to set ``[workarounds]enable_consoleauth = True`` while
performing a live/rolling upgrade. performing a live/rolling upgrade.