commit | 8ec4542638636e367a31ffce4ace7214c763d765 | [log] [tgz] |
---|---|---|
author | Emilien Macchi <emilien@redhat.com> | Sun May 29 21:56:23 2016 -0400 |
committer | Emilien Macchi <emilien@redhat.com> | Sun May 29 21:56:23 2016 -0400 |
tree | e145a29241b573e176adaff81e94619619d92d48 | |
parent | f20979c86b5a407f77ba35c0cc45d27d7a70b07d [diff] |
tempest: start using get_configured_admin_credentials Tempest removed get_configured_credentials in [1]. This patch aims to update the way we get admin credentials in Tempest client code. [1] https://github.com/openstack/tempest/commit/bc0a7a6d8022c7240f5f1f80c0c93b43e9037ad4 Change-Id: Ic97c011f8beec8df4253949285794be21b10f7cf
diff --git a/ironic_tempest_plugin/clients.py b/ironic_tempest_plugin/clients.py index 2cb7c73..7816a2f 100644 --- a/ironic_tempest_plugin/clients.py +++ b/ironic_tempest_plugin/clients.py
@@ -22,7 +22,7 @@ CONF = config.CONF -ADMIN_CREDS = common_creds.get_configured_credentials('identity_admin') +ADMIN_CREDS = common_creds.get_configured_admin_credentials() class Manager(clients.Manager):