From 9afd421bd17cc4e53557991c79d62c4ae2325ea6 Mon Sep 17 00:00:00 2001 From: David Ames Date: Thu, 12 Apr 2018 16:15:09 -0700 Subject: [PATCH] Use openrc --- zaza/utilities/openstack_utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zaza/utilities/openstack_utils.py b/zaza/utilities/openstack_utils.py index 70a9574..6b69567 100755 --- a/zaza/utilities/openstack_utils.py +++ b/zaza/utilities/openstack_utils.py @@ -142,8 +142,8 @@ def get_neutron_session_client(session): def get_keystone_session(opentackrc_creds, insecure=True, scope='PROJECT'): """Return keystone session - :param openstackrc_creds: Openstack RC credentials - :type openstackrc_creds: dict + :param openrc_creds: Openstack RC credentials + :type openrc_creds: dict :param insecure: Allow insecure HTTPS connections :type insecure: boolean :param scope: Authentication scope: PROJECT or DOMAIN @@ -175,8 +175,8 @@ def get_keystone_session_client(session): def get_keystone_client(opentackrc_creds, insecure=True): """Return authenticated keystoneclient and set auth_ref for service_catalog - :param openstackrc_creds: Openstack RC credentials - :type openstackrc_creds: dict + :param openrc_creds: Openstack RC credentials + :type openrc_creds: dict :param insecure: Allow insecure HTTPS connections :type insecure: boolean :returns: Authenticated keystoneclient