libcloud git commit: Updated supported providers index. Updated dimensiondata driver to use basestring instead of str. Updated CHANGES.rst

2015-12-22 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 9e7fed3d8 -> a9822d47c Updated supported providers index. Updated dimensiondata driver to use basestring instead of str. Updated CHANGES.rst Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.

libcloud git commit: Updated EC2 instance type dict to allow access to t2.nano instances in all places where supported. Updated CHANGES.rst to reflect update

2015-12-22 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk e943be82d -> 9e7fed3d8 Updated EC2 instance type dict to allow access to t2.nano instances in all places where supported. Updated CHANGES.rst to reflect update Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http:/

[jira] [Commented] (LIBCLOUD-781) Docker driver for the compute library

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1506#comment-1506 ] ASF GitHub Bot commented on LIBCLOUD-781: - Github user tonybaloney closed the pu

[GitHub] libcloud pull request: [WIP] LIBCLOUD-781 docker node driver

2015-12-22 Thread tonybaloney
Github user tonybaloney closed the pull request at: https://github.com/apache/libcloud/pull/654 --- 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

[jira] [Commented] (LIBCLOUD-781) Docker driver for the compute library

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15068886#comment-15068886 ] ASF GitHub Bot commented on LIBCLOUD-781: - GitHub user tonybaloney opened a pull

[GitHub] libcloud pull request: LIBCLOUD-781 Introducing Containers as an A...

2015-12-22 Thread tonybaloney
GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/666 LIBCLOUD-781 Introducing Containers as an API base driver to libcloud The intention of this PR is to enable support for pure container hosts such as docker, rkt as well as support the introduc

[jira] [Commented] (LIBCLOUD-786) GCENodeDriver.ex_get_image needs some love, see description.

2015-12-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15067740#comment-15067740 ] ASF GitHub Bot commented on LIBCLOUD-786: - GitHub user crunk1 opened a pull requ

[GitHub] libcloud pull request: Implemented LazyObject class, which provide...

2015-12-22 Thread crunk1
GitHub user crunk1 opened a pull request: https://github.com/apache/libcloud/pull/665 Implemented LazyObject class, which provides a .lazy class method. Th… …e lazy class method returns a Proxy object that subclasses the target object class. Upon accessing the proxy object in an