4f01f4ff88
The release notes said it was okay not to run the nova-consoleauth service in Rocky, but that's not true because the Rocky code is storing new console authorization tokens in both the database backend and the existing nova-consoleauth backend. The use of nova-consoleauth will be discontinued in Stein (for non-cells v1). We can't remove nova-consoleauth until we remove cells v1. Closes-Bug: #1788470 Change-Id: Ibbdc7c50c312da2acc59dfe64de95a519f87f123
13 lines
568 B
YAML
13 lines
568 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``nova-consoleauth`` service has been deprecated. Console token
|
|
authorization storage is moving from the ``nova-consoleauth`` service
|
|
backend to the database backend, with storage happening in both, in Rocky.
|
|
In Stein, only the database backend will be used for console token
|
|
authorization storage.
|
|
|
|
.. note:: Cells v1 was not converted to use the database backend for
|
|
console token authorizations. Cells v1 console token authorizations will
|
|
continue to be supported by the ``nova-consoleauth`` service.
|