2147093a96
This will check if a deployment is currently using consoles and warns
the operator to set [workarounds]enable_consoleauth = True on their
console proxy host if they are performing a rolling upgrade which is
not yet complete.
Partial-Bug: #1798188
Conflicts:
doc/source/cli/nova-status.rst
NOTE(melwitt): The conflict is from the absence of the
**19.0.0 (Stein)** section in Rocky and the absence of the placement
API check to require version 1.30 in Rocky.
Change-Id: Idd6079ce4038d6f19966e98bcc61422b61b3636b
(cherry picked from commit d2535b0261
)
8 lines
285 B
YAML
8 lines
285 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
A new check is added to the ``nova-status upgrade check`` CLI to check for
|
|
use of the ``nova-consoleauth`` service to warn and provide additional
|
|
instructions to set ``[workarounds]enable_consoleauth = True`` while
|
|
performing a live/rolling upgrade.
|