Comment 28 for bug 1755897

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (master)

Reviewed: https://review.openstack.org/560915
Committed: https://git.openstack.org/cgit/openstack/charm-keystone/commit/?id=17b24e7fde8e4c8c276a4f392cbae0d1d0ed2615
Submitter: Zuul
Branch: master

commit 17b24e7fde8e4c8c276a4f392cbae0d1d0ed2615
Author: Frode Nordahl <email address hidden>
Date: Thu Apr 12 12:10:58 2018 +0200

    Remove support for PKI tokens and legacy charm managed certificates

    These features are disabled by default, a majority of our
    users provide certificates through configuration.

    At present the cluster relation carries information required
    for these features even when they are not enabled. This makes
    processing of cluster relation changes unnecessarily heavy
    and vulnerable to bugs.

    Notice of deprecation and removal in next release was given
    as part of the 18.05 release notes.

    Change-Id: I8b07c7e0d5c2c623c115c83dc8aff230b554a986
    Closes-Bug: #1755897
    Related-Bug: #1744990