GitHub user ZuluPro opened a pull request: https://github.com/apache/libcloud/pull/338
Added Cloudwatt driver Added Driver for new French cloud provider Cloudwatt https://www.cloudwatt.com/fr/ This provider is based on OpenStack but uses a custom kind of authentication, The request data must look like below: {'auth': { 'passwordCredentials': { 'username': 'THE_USERNAME', 'password': 'THE_PASSWORD' }, 'tenantId': 'THE_TENANT_ID }} So, I adapt classes to accept tenant_id argument. I manually tested it with a custom script and ``Driver.list_nodes()``. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZuluPro/libcloud trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/338.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 #338 ---- commit 269d567b29a5571e0057cb52a4a71e93c105a5a7 Author: ZuluPro <montheanth...@hotmail.com> Date: 2014-07-13T15:37:43Z Added Cloudwatt driver ---- --- 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. ---