From 111d8479dc1e8099f46cdae34e7bddde4d9ae62b Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 4 May 2020 13:37:22 -0700 Subject: [PATCH] Update authentication URI endpoint Change at the hosting provider seems to have caused a problem with the authentication URI. Removing the unneeded trailing / fixes the problem. Signed-off-by: Jessica Wagantall Change-Id: Icca292f0ba3639edb0dd426c49a379e14f5a21db --- jenkins-config/clouds/openstack/cattle/cloud.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-config/clouds/openstack/cattle/cloud.cfg b/jenkins-config/clouds/openstack/cattle/cloud.cfg index 180dddc7..1a502cbc 100644 --- a/jenkins-config/clouds/openstack/cattle/cloud.cfg +++ b/jenkins-config/clouds/openstack/cattle/cloud.cfg @@ -1,6 +1,6 @@ # Cloud Configuration CLOUD_CREDENTIAL_ID=os-cloud -CLOUD_URL=https://auth.vexxhost.net/v3/ +CLOUD_URL=https://auth.vexxhost.net/v3 CLOUD_IGNORE_SSL=false CLOUD_ZONE=sjc1 -- 2.16.6