Comment 6 for bug 1709189

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

Reviewed: https://review.openstack.org/492553
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-radosgw/commit/?id=ef3529161a48b5c34105cab007cefed136ecd1ec
Submitter: Jenkins
Branch: master

commit ef3529161a48b5c34105cab007cefed136ecd1ec
Author: James Page <email address hidden>
Date: Thu Aug 10 15:39:02 2017 +0100

    keystone: PKI token format removal

    As of Pike, the OpenStack charms no longer generate the certificates
    and CA used to sign token revocation lists as this is associated with
    the PKI token format, which has been removed from OpenStack in
    favor of UUID or Fernet formats.

    Soft-fail on cert retrieval if an InternalServerError is thrown; this
    is most likely due to the fact that the keystone WSGI server cannot
    find the relevant files on the underlying filesystem.

    Change-Id: Ib592e7e47e10bed2d59c9136a3267f9c7ce8da83
    Closes-Bug: 1709189