summaryrefslogtreecommitdiffstats
path: root/robot/resources/openstack/keystone_interface.robot
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2017-07-27 20:23:07 +0000
committerGerrit Code Review <gerrit@onap.org>2017-07-27 20:23:07 +0000
commit8d6913f1a512f6185b7dd00ca688f71cafebefff (patch)
tree4eefa49340698a7818304eea2b606199e19c75fd /robot/resources/openstack/keystone_interface.robot
parent41e03d2a96990ed8e2eb0e42f0a28deeb3981064 (diff)
parentbf5a3a3745c9669dd6eeea3d2ef5b3bbaa3e9f74 (diff)
Merge "[TEST-45] support injectable ips"
Diffstat (limited to 'robot/resources/openstack/keystone_interface.robot')
-rw-r--r--robot/resources/openstack/keystone_interface.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/openstack/keystone_interface.robot b/robot/resources/openstack/keystone_interface.robot
index ef9eca36..1243a193 100644
--- a/robot/resources/openstack/keystone_interface.robot
+++ b/robot/resources/openstack/keystone_interface.robot
@@ -20,7 +20,7 @@ Run Openstack Auth Request
[Documentation] Runs an Openstack Auth Request and returns the token and service catalog. you need to include the token in future request's x-auth-token headers. Service catalog describes what can be called
[Arguments] ${alias} ${username}= ${password}=
${username} ${password}= Set Openstack Credentials ${username} ${password}
- ${session}= Create Session keystone ${GLOBAL_OPENSTACK_KEYSTONE_SERVER} verify=True
+ ${session}= Create Session keystone ${GLOBAL_INJECTED_KEYSTONE} verify=True
${uuid}= Generate UUID
${data_template}= OperatingSystem.Get File ${OPENSTACK_KEYSTONE_AUTH_BODY_FILE}
${arguments}= Create Dictionary username=${username} password=${password} tenantName=${GLOBAL_OPENSTACK_TENANT_NAME}