Merge "Replace the usage of some aliases in tempest"

This commit is contained in:
Zuul 2017-10-20 15:16:39 +00:00 committed by Gerrit Code Review
commit 0a3a09c01a
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ class BaseArtifactTest(base.BaseTestCase):
if not hasattr(cls, "os"):
creds = cls.get_configured_isolated_creds(
type_of_creds='primary')
cls.os = clients.Manager(credentials=creds)
cls.artifacts_client = cls.os.artifacts_client
cls.os_primary = clients.Manager(credentials=creds)
cls.artifacts_client = cls.os_primary.artifacts_client
@classmethod
def get_configured_isolated_creds(cls, type_of_creds='admin'):