Repository: libcloud Updated Branches: refs/heads/trunk 5359229c2 -> 0caec8618
doc: bump number of providers It's 74 unique providers by my count from grepping the tree. Let's be conservative and say "over 60" at this point Closes #759 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8e86b887 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8e86b887 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8e86b887 Branch: refs/heads/trunk Commit: 8e86b8879a42244aeb86e97dc648d3104053d955 Parents: f6ffaa5 Author: Ken Dreyer <ktdre...@ktdreyer.com> Authored: Sat Apr 16 16:16:05 2016 -0600 Committer: anthony-shaw <anthonys...@apache.org> Committed: Sun Apr 17 08:33:33 2016 +1000 ---------------------------------------------------------------------- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8e86b887/docs/faq.rst ---------------------------------------------------------------------- diff --git a/docs/faq.rst b/docs/faq.rst index 49d33a8..6079553 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -55,7 +55,7 @@ I want do add a new provider driver what should I do? For now the best thing to do is to look at an existing driver and test cases for examples. -Libcloud currently supports more than 25 different providers. This means we +Libcloud currently supports more than 60 different providers. This means we have a broad range of examples of different APIs and authentication methods. APIs range from simple JSON based REST APIs to SOAP APIs. Authentication methods range from simple shared token and digest auth to HMAC signed requests.