Comment 0 for bug 1763361

Revision history for this message
Luigi Toscano (ltoscano) wrote : Add support for the new [trustee] configuration section

As the configuration values from keystone_middleware section are really private for keystone, since
https://review.openstack.org/#/c/524936/ (from queens) sahara uses a new trustee section to set the keystone settings needed by trusts.

There is some magic to make sure that the new section is read anymore, but it uses private APIs and it's likely to break (it already did with oslo.config 6.0.1). So at least in Rocky new setup should have this new [trustee] section filled with the correct information.

Hopefully also upgrades clusters should use the new section, but maybe this is out of scope for this project.