From 712f2d9468e6c95e40b218724bc44801b0370b96 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Mon, 4 May 2020 14:13:17 -0700 Subject: [PATCH] Update authentication URI endpoint Change at the hosting provider seems to have caused a problem with the authentication URI. Removing the trailing '/' fixes the problem. Change-Id: I7078d528672fb65cc1b68e735cdf25cc11c8e88b Signed-off-by: Eric Ball --- 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 e632f1f..f0d234d 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=ca-ymq-1 -- 2.16.6