Comment 7 for bug 1847539

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.opendev.org/688893
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=bf18f6e36fda46313867b94cd2d28009caf94b15
Submitter: Zuul
Branch: stable/rocky

commit bf18f6e36fda46313867b94cd2d28009caf94b15
Author: Giulio Fidente <email address hidden>
Date: Wed Oct 9 23:19:43 2019 +0200

    Permit access to Ceph RGW for 'member' role

    From the Rocky release, Keystone is bootstrapped by default [1]
    with a 'member' role, while previously we used to create at
    deployment time a role called 'Member'.

    Role names are case insensitive in Keystone but Ceph RGW expects
    a whitelist of role names to which access is permitted. This change
    adds 'member' to the Ceph RGW whitelist, in addition to 'Member'.

    1. https://blueprints.launchpad.net/keystone/+spec/basic-default-roles

    Change-Id: Ib3c70c136fa4a03b58edc370343a01d657b5b101
    Closes-Bug: 1847539
    (cherry picked from commit 1357a131c83e0d4c699df5b9230c382a803eb5d7)
    (cherry picked from commit 7ecd756b7c5eff4ef938fced335d75123749b1f3)