[GitHub] libcloud pull request: Dimension Data: Additions to networking

2016-03-01 Thread jadunham1
GitHub user jadunham1 opened a pull request: https://github.com/apache/libcloud/pull/720 Dimension Data: Additions to networking Adding Additional Nics to create_node Adding ex_primary_ipv4 to create_node so you can set static ips Adding more filters to ex_list_vlans Add

[GitHub] libcloud pull request: Fix bug in creating VIP pool for Dimension ...

2016-03-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/719 --- 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 en

libcloud git commit: reordered the element creation to fix the issue when pool member is created with the port Closes #719

2016-03-01 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 2b24d774f -> 00f27cb6e reordered the element creation to fix the issue when pool member is created with the port Closes #719 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/li

[GitHub] libcloud pull request: Fix bug in creating VIP pool for Dimension ...

2016-03-01 Thread tonybaloney
GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/719 Fix bug in creating VIP pool for Dimension Data driver You can merge this pull request into a Git repository by running: $ git pull https://github.com/DimensionDataCBUSydney/libcloud tru

[GitHub] libcloud pull request: Register priority for MX records

2016-03-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/718 --- 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 en

[5/5] libcloud git commit: Update changelog.

2016-03-01 Thread tomaz
Update changelog. Closes #718 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2b24d774 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2b24d774 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/2b24d

[2/5] libcloud git commit: Fix syntax error, add a comment.

2016-03-01 Thread tomaz
Fix syntax error, add a comment. Closes #718 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1d0b2eee Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1d0b2eee Diff: http://git-wip-us.apache.org/repos/asf/libc

[4/5] libcloud git commit: Add a test case for it.

2016-03-01 Thread tomaz
Add a test case for it. Closes #718 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bd3c1f04 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bd3c1f04 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff

[3/5] libcloud git commit: Make sure "ttl" and "priority" are integers.

2016-03-01 Thread tomaz
Make sure "ttl" and "priority" are integers. Closes #718 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/29296923 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/29296923 Diff: http://git-wip-us.apache.org/re

[1/5] libcloud git commit: Register priority for MX records

2016-03-01 Thread tomaz
Repository: libcloud Updated Branches: refs/heads/trunk 9fe309ddd -> 2b24d774f Register priority for MX records As is, this fails to split out the priority value from the raw record value, resulting in a key error for missing priority when trying to export in BIND format. This is the quick