From d012a31faa2544f94c41f93733ab3dc59b30172f Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 4 May 2020 13:35:35 -0700 Subject: 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. Change-Id: Ia30297719e6f6a549f22c746477d380bdceeeb7c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall --- jenkins-config/clouds/openstack/cattle/cloud.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkins-config/clouds/openstack/cattle') diff --git a/jenkins-config/clouds/openstack/cattle/cloud.cfg b/jenkins-config/clouds/openstack/cattle/cloud.cfg index 7872de343..2b0ca1245 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=vexx-ecompci -CLOUD_URL=https://auth.vexxhost.net/v3/ +CLOUD_URL=https://auth.vexxhost.net/v3 CLOUD_IGNORE_SSL=false CLOUD_ZONE=ca-ymq-1 -- cgit 1.2.3-korg