GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/1037
[WIP] issues with OpenStack auth raised in LIBCLOUD-912 and LIBCLOUD-904 Noticed so far: The existing test fixture returns the host as 127.0.0.1 which also happens to be the default host for a connection class. The test I just added fails to demonstrate the issue with requests_mock.exceptions.NoMockAddress: No mock address: GET https://127.0.0.1/v2/1337/servers/detail You can merge this pull request into a Git repository by running: $ git pull https://github.com/tonybaloney/libcloud openstack_auth_passing Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/1037.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1037 ---- commit b8ba6c10accdf6d9ce8a40787e2300a594437ebe Author: Anthony Shaw <anthonys...@apache.org> Date: 2017-04-21T07:21:55Z issues with LIBCLOUD-912 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---