Updated tempest test creds retrieval mechanism
Following https://review.openstack.org/#/c/263376/, I update the way Watcher tempest test retrieve the admin credentials. Change-Id: I9633752ff69a27edf8912227ea2fd24f358dec7e
This commit is contained in:
parent
3d398b4d22
commit
d9a2b8809b
@ -38,5 +38,5 @@ class BaseManager(clients.Manager):
|
|||||||
class AdminManager(BaseManager):
|
class AdminManager(BaseManager):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(AdminManager, self).__init__(
|
super(AdminManager, self).__init__(
|
||||||
creds_factory.get_configured_credentials('identity_admin'),
|
creds_factory.get_configured_admin_credentials(),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user