attempt to force keystone_v3 for ldap tests
This commit is contained in:
@@ -405,7 +405,10 @@ class LdapTests(BaseKeystoneTest):
|
||||
:return: return username if found
|
||||
:rtype: Optional[str]
|
||||
"""
|
||||
client = self.admin_keystone_client
|
||||
client = openstack_utils.get_keystone_session_client(
|
||||
self.admin_keystone_session,
|
||||
client_api_version=3)
|
||||
|
||||
domain_users = client.users.list(
|
||||
domain=client.domains.find(name=domain).id
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user