diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-04 13:35:35 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-05-04 13:35:35 -0700 |
commit | d012a31faa2544f94c41f93733ab3dc59b30172f (patch) | |
tree | 9894f89857d430a8a11f57f5a7c2953a3291f176 /jenkins-config/clouds/openstack/cattle | |
parent | dce47d46aea14b96648fe33bf77e9544b4984e79 (diff) |
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 <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jenkins-config/clouds/openstack/cattle')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/cloud.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |