cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

IaaS Azure: lib cloud supports Azure from 0.17.1-dev (Not available at Pypi!) #4

Open lee212 opened 9 years ago

lee212 commented 9 years ago

The latest version of libcloud on pypi is 0.17.0 which does not support Azure. The development version from Github repository supports Azure Provider.

We need to think about how to install this dev version of libcloud.

badmutex commented 9 years ago

If the source is pip-installable we could specify a branch or a specific commit from github in the requirements.txt.

For instance, the following should install the v0.17.0 branch from git:

git+https://github.com/apache/libcloud.git@v0.17.0#egg=libcloud

See pip documentation on formatting.

lee212 commented 9 years ago

Thanks. I found that there is no tag for 0.17.1-dev so their main branch (trunk) needs to be used like this (according to your suggestion):

git+https://github.com/apache/libcloud.git@trunk#egg=libcloud