python-magnumclient/magnumclient/tests
maliki 14dfc7d616 Add missing options for HTTPClient if auth_token given.
The insecure client options and timeout were bypassed
if auth token was given, as in case of Magnum UI.
This is causing SSL error even insecure is set to true
by Magnum UI and magnum client is unable to skip SSL check
becuase insecure option was not passed to HTTPClient.
This was caused due to this change :
a374b9f99c (diff-c8d8ebbd1f15e85c914906c6357e0a5f)
As a consequence, any HTTPS based connections to magnum endpoint
fail. With this patch, the missing options to HTTPClient are
correctly passed to and SSL checks are skipped safely if insecure
is set to True.

Change-Id: I885301d6eb69182f109cdfbfbc771bbbf13beb2a
Closes-Bug: #1634305
(cherry picked from commit 7829c8c901)
2016-10-18 04:41:28 +00:00
..
osc/v1 Base OSC plugin support 2016-07-27 09:22:51 +09:00
v1 Add missing options for HTTPClient if auth_token given. 2016-10-18 04:41:28 +00:00
__init__.py Added project required files. 2014-11-21 08:33:53 +09:00
base.py Bay_create_timeout should be set to 60 default 2016-07-14 07:40:31 +08:00
test_client.py Use os-client-config in shell 2016-07-25 13:44:34 +09:00
test_httpclient.py Sync with oslo-incubator 2016-02-18 13:06:00 +08:00
test_magnumclient.py Bump up to newer hacking 2015-05-13 20:16:22 -04:00
test_shell.py Add microversioning support for httpclient 2016-08-29 14:48:39 +09:00
test_utils.py Append value using comma if key exists in label 2016-08-23 13:03:40 +05:30
utils.py Support OS_PROJECT_* env variables 2016-06-15 10:27:16 +09:00