[GitHub] libcloud pull request #858: Backup bug fix

2016-09-16 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/858 Backup bug fix ### Description This replaces PR #781. Currently if a backup doesn't exists on a target, we return None, since we're using this value in getting a backup

[GitHub] libcloud pull request #818: Indicate listener ip

2016-06-17 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/818 Indicate listener ip ### Description This is a replacement of PR #815 The documentation for the Dimension Data Cloud REST API v2.2-20160222 states that a load balancer can

[GitHub] libcloud pull request #817: Allow setting of load balancer port to None

2016-06-17 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/817 Allow setting of load balancer port to None ### Description This is a replacement to PR #814 The documentation for the Dimension Data Cloud REST API v2.2-20160222 states

[GitHub] libcloud pull request #815: Indicate listener ip

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

[GitHub] libcloud pull request #814: Fix dimensiondata lb port

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

[GitHub] libcloud pull request #815: Indicate listener ip

2016-06-16 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/815 Indicate listener ip ## Changes Title (replace this with a logical title for your changes) ### Description The documentation for the Dimension Data Cloud REST API v2.2

[GitHub] libcloud pull request #806: Add the ability to specify primary and secondary...

2016-06-06 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/806 Add the ability to specify primary and secondary DNS for a node ### Description This change adds two arguments to the create_node() method of the dimensiondata driver

[GitHub] libcloud pull request: Use libcloud unittest

2016-01-08 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/677 Use libcloud unittest This changeset includes two patches: 1. Modify Dimension Data tests again to use `libcloud.test.unittest` which contains logic for deciding the appropriate

[GitHub] libcloud pull request: Use assertRaises for asserting if subject t...

2016-01-06 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/674 Use assertRaises for asserting if subject threw an exception This change ensures that, should a regression happen, the test will print a more helpful failure message than "True is not

[GitHub] libcloud pull request: Cache locations to improve list_images perf...

2015-09-23 Thread relaxdiego
Github user relaxdiego closed the pull request at: https://github.com/apache/libcloud/pull/544 --- 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

[GitHub] libcloud pull request: Cache locations to improve list_images perf...

2015-07-07 Thread relaxdiego
GitHub user relaxdiego opened a pull request: https://github.com/apache/libcloud/pull/544 Cache locations to improve list_images performance This change caches the locations in a private attribute to avoid repeated calls for the same result set. The number of calls made