Merge "tempest cleanup should use keystone v3 client"
This commit is contained in:
commit
e1353a88b7
@ -855,7 +855,7 @@ class RoleService(BaseService):
|
||||
|
||||
def __init__(self, manager, **kwargs):
|
||||
super(RoleService, self).__init__(kwargs)
|
||||
self.client = manager.roles_client
|
||||
self.client = manager.roles_v3_client
|
||||
|
||||
def list(self):
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user