Description of problem: In the OSP 9 upgrade doc there is a reference to adding the _member_ role to the admin user after upgrading the undercloud. This same note should be included in the OSP 10 upgrade doc. OSP 9 Doc: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/9/html/upgrading_red_hat_openstack_platform/chap-upgrading_the_environment#sect-Major-Updating_Director_Packages Be aware of the following notes after upgrading the Overcloud to Red Hat OpenStack Platform 9: The Undercloud’s admin user might require an additional role (_member_) not included with Red Hat OpenStack Platform 9. This role is important for Overcloud communication. Check for this role: $ openstack role list If the role does not exist, create it: $ openstack role create _member_ Add the role to the admin user on the admin tenant: $ openstack role add --user admin --project admin _member_ Reference: BZ 1473800 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Hi Matt, all the tests around osp9/10 upgrade were done without adding the member role to the undercloud admin user. So either something have massively changed under the hood or there is something else to 1473800. Bottom line, not sure it needs to be added to osp9/10 doc.
closing; unnecessary