Comment 5 for bug 1828414

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (master)

Reviewed: https://review.opendev.org/658084
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=063e493418e59c5aa5221baa1dbc222701f38528
Submitter: Zuul
Branch: master

commit 063e493418e59c5aa5221baa1dbc222701f38528
Author: Martin Schuppert <email address hidden>
Date: Thu May 9 15:27:07 2019 +0200

    Remove NovaConsoleauth Service

    As of Rocky [1], the nova-consoleauth service has been deprecated and
    cell databases are used for storing token authorizations. All new consoles
    will be supported by the database backend and existing consoles will be
    reset. Console proxies must be run per cell because the new console token
    authorizations are stored in cell databases.

    nova-consoleauth was deprecated in tripleo with:
    I68485a6c4da4476d07ec0ab5e7b5a4c528820a4f

    This change now removes the NovaConsoleauth Service.

    [1] https://docs.openstack.org/releasenotes/nova/rocky.html

    Depends-On: https://review.opendev.org/658081

    Change-Id: I21012e25a8f320dcea11d51f9a8cfa5d76520e78
    Related-Bug: #1828414