From eae906f8a84023ff0f0f3af1196d2af112765501 Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Mon, 26 Nov 2012 13:06:10 -0600 Subject: Add SSL support to utils.generate_glance_url(). Since glance now supports SSL, we need to take this into consideration when generating the URL. Also updates and adds a test. A new config option 'glance_protocol' was added that defaults to 'http' since that's what the glance options, '*_client_protocol', default to. Set to 'https' for SSL. Change-Id: Id231a1fd4c4d8e221ae0cf6541181e5572dff02b --- .mailmap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.mailmap') diff --git a/.mailmap b/.mailmap index ac6f75f88..f97171d8d 100644 --- a/.mailmap +++ b/.mailmap @@ -37,7 +37,8 @@ - + + -- cgit