Merge "Replace the usage of 'admin_manager' with 'os_admin'"

This commit is contained in:
Jenkins 2017-06-26 09:18:49 +00:00 committed by Gerrit Code Review
commit 900e423059
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class TestCase(test.BaseTestCase):
cls.mgr.auth_provider = service_base.AuthProv()
cls.admin_mgr = cls.alt_mgr = cls.mgr
else:
cls.admin_mgr = cls.admin_manager
cls.admin_mgr = cls.os_admin
cls.mgr = cls.manager
cls.alt_mgr = cls.alt_manager