diff options
author | DR695H <dr695h@att.com> | 2018-02-23 18:33:19 -0500 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2018-02-23 18:33:50 -0500 |
commit | b034c28362f0c5a4a3833594c6c914ad5d0fa589 (patch) | |
tree | 834b17139cdf722483047b30e1bf6f10ab46723a /robot/resources/openstack/keystone_interface.robot | |
parent | 9ef72865064955d36acfdd7d08bfb9c1cb409806 (diff) |
cleaning up some dirty code and warnings from RED
Issue-ID: TEST-79
Change-Id: Iadfe17079c4cf1aa4483464c748d2ab31244df63
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/openstack/keystone_interface.robot')
-rw-r--r-- | robot/resources/openstack/keystone_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/openstack/keystone_interface.robot b/robot/resources/openstack/keystone_interface.robot index e51e3db8..4749eb08 100644 --- a/robot/resources/openstack/keystone_interface.robot +++ b/robot/resources/openstack/keystone_interface.robot @@ -58,7 +58,7 @@ Get Openstack Credentials Get Keystone Url And Path [Documentation] Handle arbitrary keystone identiit url. Add v2.0 if not present. - ${pieces}= URL Parse ${GLOBAL_INJECTED_KEYSTONE} + ${pieces}= Url Parse ${GLOBAL_INJECTED_KEYSTONE} ${url}= Catenate ${pieces.scheme}://${pieces.netloc} ${version}= Evaluate '' ${version}= Set Variable If '${OPENSTACK_KEYSTONE_API_VERSION}' not in '${pieces.path}' ${OPENSTACK_KEYSTONE_API_VERSION} ${version} |