[GitHub] libcloud pull request: sort dns types

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

[2/2] libcloud git commit: dns: sort Provider types Closes #745 Sort the list of DNS Providers alphabetically so it is simpler to insert new providers.

2016-04-12 Thread anthonyshaw
dns: sort Provider types Closes #745 Sort the list of DNS Providers alphabetically so it is simpler to insert new providers. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/48a3fb90 Tree:

[1/2] libcloud git commit: dns: sort RecordTypes

2016-04-12 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk e69d6da35 -> 48a3fb906 dns: sort RecordTypes Sort the list of RecordTypes alphabetically. This will make it simpler to insert new record types. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

libcloud git commit: Updated provider tables

2016-04-12 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk a971badc7 -> e69d6da35 Updated provider tables Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e69d6da3 Tree:

libcloud git commit: Updated changes.rst for #742

2016-04-12 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 7b0fc64d4 -> a971badc7 Updated changes.rst for #742 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a971badc Tree:

[GitHub] libcloud pull request: adds dns support for BuddyDNS

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

[2/4] libcloud git commit: fixes lint and failing docs

2016-04-12 Thread anthonyshaw
fixes lint and failing docs Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2a0e9418 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/2a0e9418 Diff:

[4/4] libcloud git commit: Resolve merge conflicts Closes #742

2016-04-12 Thread anthonyshaw
Resolve merge conflicts Closes #742 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7b0fc64d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7b0fc64d Diff:

[3/4] libcloud git commit: adds dns support for BuddyDNS

2016-04-12 Thread anthonyshaw
adds dns support for BuddyDNS Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d102beef Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d102beef Diff:

[1/4] libcloud git commit: adds apache license header

2016-04-12 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk a1f07cf59 -> 7b0fc64d4 adds apache license header Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/440f5318 Tree:

[GitHub] libcloud pull request: sort dns types

2016-04-12 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/745 sort dns types Sort the `Provider` and `RecordType` lists alphabetically. This makes it simpler to insert new providers and types. You can merge this pull request into a Git repository by

[GitHub] libcloud pull request: Fix openstack v3 authentication

2016-04-12 Thread schaubl
GitHub user schaubl opened a pull request: https://github.com/apache/libcloud/pull/744 Fix openstack v3 authentication ## Fix openstack v3 authentication ### Description This PR allows to define the OpenStack `domain` to another value that the default `Default`.

[GitHub] libcloud pull request: allow for private IPv4 on NIC addition

2016-04-12 Thread bernard357
GitHub user bernard357 opened a pull request: https://github.com/apache/libcloud/pull/743 allow for private IPv4 on NIC addition This change better align with the APi 2.2. It is required in plumbery for fittings plan based on fixed IPv4 settings. ### Status -