d2535b0261
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 Change-Id: Idd6079ce4038d6f19966e98bcc61422b61b3636b
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.
|