GitHub user davidcrossland opened a pull request: https://github.com/apache/libcloud/pull/304
Merge of modified code Merging unit tests and other modifications You can merge this pull request into a Git repository by running: $ git pull https://github.com/baldwinSPC/libcloud trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/304.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 #304 ---- commit 7930f7f15e049a9c0e2d3e3cedf634a1d23243ed Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-01T05:08:23Z Adding compute support for Microsoft Azure. The azure_compute.py driver can be used to crete, destroy, and so forth. commit b3272dfb4ae0497a4683a85539c557a8405b5e78 Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-01T05:18:01Z Updated azure_compute.py commit 8d3a21c6dde249f8fd62baa596ebdb6dd73b0e6a Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-20T03:51:38Z I've re-factored the code with code pulled from the Azure SDK for Python. This is being done to eliminate the requirement for the Azure library to be pre-installed on the system. Users can now simply load up libcloud and be on their merry way with no external requirements. commit 7495814cee3bba88a719a97368a6ff8d4532ed95 Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-20T19:18:22Z Re-factored list_volumes. commit 27a9f57f1e455d1ee49e01fd7be0e45396bd6838 Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-20T19:52:04Z Re-factored destroy_node to not rely on the azure sdk library. commit 816f40ac97944c130e0903e278896d149fc75ff0 Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-20T22:06:25Z Re-factored create_node to not rely on the azure sdk library. All functions are now refactored and the import of that library is not required anymore. Onto testing. commit 464a25acd7ad8e9de386fd7dc8d94ad5b72f32d0 Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-20T22:07:56Z incremented the version commit 058dbf59aa4d72e745633733a8259bd8c1aaa0b4 Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-21T02:31:44Z Added Libcloud HTTP Error responses, node status map, cleaning things up. commit fc92832871aaf30af63cd564ce93e0dd873f469c Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-21T20:03:29Z general clean-up commit a006f0cf5cfa75888bf26aa474294a1b1e756236 Author: Matt Baldwin <baldwinmat...@gmail.com> Date: 2014-05-21T20:17:07Z general clean-up ---- --- 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. ---