Description of problem: Following the document "https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/integrate-with-identity-service/chapter-1-active-directory-integration" to configure AD integration in a Red Hat Openstack Platform 8 deployed by the OSP-d leads into issues when using Horizon. When using the dashboard logged as an AD user and clicking in Network - > routers an error appears (can't get the volume limits) in the dashboard. This is caused because that API call (querying the volume limits) does not work if cinder-api is not configured to authenticate to keystone v3. The solution is to add/change those parameters in cinder.conf [keystone_authtoken] auth_uri = http://keystonevip:5000/v3 auth_version = v3 Version-Release number of selected component (if applicable): Red Hat Openstack 8 How reproducible: Steps to Reproduce: 1.Install Red Hat Openstack Platform 8 with OSP-d 2.Follow the document "https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/integrate-with-identity-service/chapter-1-active-directory-integration" to integrate keystone with AD 3.Log in the dashboard as an AD user 4.Click on Network -> Routers Actual results: Volume limits error appears Expected results: No errors Additional info:
Setting flags.
Guide has been republished to include the new section: osp7: https://access.redhat.com/documentation/en/red-hat-enterprise-linux-openstack-platform/version-7/integrate-with-identity-service/#configure_block_storage_to_use_keystone_v3 osp8: https://access.redhat.com/documentation/en/red-hat-openstack-platform/version-8/integrate-with-identity-service/#configure_block_storage_to_use_keystone_v3
Changed are up now on the portal, setting to VERIFIED: osp7: https://access.redhat.com/documentation/en/red-hat-enterprise-linux-openstack-platform/version-7/integrate-with-identity-service/#configure_block_storage_to_use_keystone_v3 osp8: https://access.redhat.com/documentation/en/red-hat-openstack-platform/version-8/integrate-with-identity-service/#configure_block_storage_to_use_keystone_v3
This content is now live on the Customer Portal. Closing.