From 8264e09c69bd6c017c1716a70cec21c28919e6d1 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 10 Feb 2016 11:51:37 -0500 Subject: [PATCH] Added SSL support for VEXXHOST VEXXHOST cloud uses SSL for Keystone and all other services, change the auth URL to the SSL endpoint. Change-Id: If80c76603de44d005d6af1726f34d924384bf747 --- os_client_config/vendors/vexxhost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_client_config/vendors/vexxhost.json b/os_client_config/vendors/vexxhost.json index dd683be..aa2cedc 100644 --- a/os_client_config/vendors/vexxhost.json +++ b/os_client_config/vendors/vexxhost.json @@ -2,7 +2,7 @@ "name": "vexxhost", "profile": { "auth": { - "auth_url": "http://auth.vexxhost.net" + "auth_url": "https://auth.vexxhost.net" }, "regions": [ "ca-ymq-1"