diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-27 08:37:37 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-27 08:39:48 -0400 |
commit | 596db38841448d97493334c9fb0d996e3e14210e (patch) | |
tree | 06b3548f6615e909d887624f19089ed3f9a542d5 /robot/resources/heatbridge.robot | |
parent | 7762dd08e9c6c3d8b7fa689ddc913b3ebd5847c9 (diff) |
Handle injected keystone URL and expose heatbridge
Issue: TEST-68
Change-Id: Id0194b99b5a85d9e3d26043420b7655591d13c23
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/heatbridge.robot')
-rw-r--r-- | robot/resources/heatbridge.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/resources/heatbridge.robot b/robot/resources/heatbridge.robot index c96ee410..515ae391 100644 --- a/robot/resources/heatbridge.robot +++ b/robot/resources/heatbridge.robot @@ -38,7 +38,8 @@ Execute Heatbridge ${stack_id}= Get From Dictionary ${stack_info} id ${tenant_id}= Get From Dictionary ${stack_info} OS::project_id ${vnf_id}= Get From Dictionary ${stack_info} vnf_id - ${openstack_identity_url}= Catenate ${GLOBAL_INJECTED_KEYSTONE}/v2.0 + ${url} ${path}= Get Keystone Url And Path + ${openstack_identity_url}= Catenate ${url}${path} ${region}= Get Openstack Region ${user} ${pass}= Get Openstack Credentials Init Bridge ${openstack_identity_url} ${user} ${pass} ${tenant_id} ${region} ${GLOBAL_AAI_CLOUD_OWNER} |