[GitHub] libcloud pull request #822: Lazy entry

2016-06-23 Thread tonybaloney
GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/822 Lazy entry ## Introduce a convenience method to the libcloud module for getting drivers ### Description I find the current mechanism for fetching drivers a little cumbersome,

[GitHub] libcloud pull request #799: refactored _parse_arp_table

2016-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/799 --- 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

[3/5] libcloud git commit: refactored _parse_arp_table

2016-06-23 Thread anthonyshaw
refactored _parse_arp_table split _parse_arp_table into 1 general and 2 specialized functions Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fa63096a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fa63096a

[4/5] libcloud git commit: adding tests for libvirt

2016-06-23 Thread anthonyshaw
adding tests for libvirt Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fff60870 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fff60870 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fff60870

[2/5] libcloud git commit: fixed the 2 testcases I know about, and got a working test

2016-06-23 Thread anthonyshaw
fixed the 2 testcases I know about, and got a working test Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8cab1104 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8cab1104 Diff:

[5/5] libcloud git commit: Added a mock virConnect class

2016-06-23 Thread anthonyshaw
Added a mock virConnect class in this I took all the functions defined on a libvirt.virConnect class and added them to the class as a stub function. the stub function will take any number of arguments and return 0 making creation and API calls super fast ;) for testing purposes and we can add

[3/6] libcloud git commit: Implement {attach, detach}_volume for DigitalOcean

2016-06-23 Thread anthonyshaw
Implement {attach,detach}_volume for DigitalOcean Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a796810a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a796810a Diff:

[2/6] libcloud git commit: Implement list_volumes for DigitalOcean

2016-06-23 Thread anthonyshaw
Implement list_volumes for DigitalOcean Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/71eb9565 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/71eb9565 Diff:

[6/6] libcloud git commit: update changes for #807

2016-06-23 Thread anthonyshaw
update changes for #807 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/20c924bf Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/20c924bf Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/20c924bf

[1/6] libcloud git commit: Add tests for storage-related operations on the DigitalOcean driver

2016-06-23 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 74a2ce762 -> 20c924bf1 Add tests for storage-related operations on the DigitalOcean driver Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e450d9ee Tree:

[5/6] libcloud git commit: Update docs to reflect that DigitalOcean has block storage Closes #807

2016-06-23 Thread anthonyshaw
Update docs to reflect that DigitalOcean has block storage Closes #807 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f1c23615 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f1c23615 Diff:

[4/4] libcloud git commit: update changes for #809

2016-06-23 Thread anthonyshaw
update changes for #809 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/74a2ce76 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/74a2ce76 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/74a2ce76

[GitHub] libcloud pull request #809: Libvirt/include sasl auth

2016-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/809 --- 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

[1/4] libcloud git commit: added documentation

2016-06-23 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk a60e070a0 -> 74a2ce762 added documentation updated the constructor documentation and added description for the callback function. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[2/4] libcloud git commit: Libvirt include sasl authentication setup

2016-06-23 Thread anthonyshaw
Libvirt include sasl authentication setup inlude sasl auth for uri='qemu+tcp:///system' to provide access to remote libvirtd servers providing user and pass authentication. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

[3/4] libcloud git commit: typo fix Closes #809

2016-06-23 Thread anthonyshaw
typo fix Closes #809 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/00b70ef1 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/00b70ef1 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/00b70ef1

[8/8] libcloud git commit: update changes for #816

2016-06-23 Thread anthonyshaw
update changes for #816 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a60e070a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a60e070a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a60e070a

[GitHub] libcloud pull request #816: Aliyun ecs: Add support for deleting security gr...

2016-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/816 --- 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

[3/8] libcloud git commit: rename to ex_create_security_group(self, description=None, client_token=None)

2016-06-23 Thread anthonyshaw
rename to ex_create_security_group(self, description=None, client_token=None) Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5edbb6a9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5edbb6a9 Diff:

[4/8] libcloud git commit: delete a blank

2016-06-23 Thread anthonyshaw
delete a blank Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5ee9158d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5ee9158d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5ee9158d Branch:

[7/8] libcloud git commit: fix:W293 blank line contains whitespace Closes #816

2016-06-23 Thread anthonyshaw
fix:W293 blank line contains whitespace Closes #816 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/40055598 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/40055598 Diff:

[5/8] libcloud git commit: add a blank

2016-06-23 Thread anthonyshaw
add a blank Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f9c5014d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f9c5014d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f9c5014d Branch:

[6/8] libcloud git commit: Aliyun ecs: Add support for creating security group

2016-06-23 Thread anthonyshaw
Aliyun ecs: Add support for creating security group Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1e5c631b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1e5c631b Diff:

[2/8] libcloud git commit: fix E127 continuation line over-indented for visual indent

2016-06-23 Thread anthonyshaw
fix E127 continuation line over-indented for visual indent Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fffe7cd7 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fffe7cd7 Diff:

[2/3] libcloud git commit: Allow setting of load balancer listener IP

2016-06-23 Thread anthonyshaw
Allow setting of load balancer listener IP The documentation for the Dimension Data Cloud REST API v2.2-20160222 states that a load balancer can be statically assigned a listener IP on creation. This change fixes the dimension data driver to conform to the docs. Closes #818 Project:

[3/3] libcloud git commit: update changes for #818

2016-06-23 Thread anthonyshaw
update changes for #818 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8b8e1338 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8b8e1338 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8b8e1338