Merge "tempest cleanup should use keystone v3 client"

This commit is contained in:
Zuul 2019-07-24 07:05:11 +00:00 committed by Gerrit Code Review
commit e1353a88b7
1 changed files with 1 additions and 1 deletions

View File

@ -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: