You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by za...@apache.org on 2015/05/15 23:41:23 UTC

jclouds-labs-openstack git commit: Update readme with current apis and providers

Repository: jclouds-labs-openstack
Updated Branches:
  refs/heads/master a86fb40fb -> c36c87f26


Update readme with current apis and providers


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/c36c87f2
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/c36c87f2
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/c36c87f2

Branch: refs/heads/master
Commit: c36c87f262a4da0dc8d5fa6c7c800c24b99229b1
Parents: a86fb40
Author: Zack Shoylev <za...@rackspace.com>
Authored: Fri May 15 15:59:31 2015 -0500
Committer: Zack Shoylev <za...@rackspace.com>
Committed: Fri May 15 16:39:59 2015 -0500

----------------------------------------------------------------------
 README.md | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/c36c87f2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8a84c21..98d4e78 100644
--- a/README.md
+++ b/README.md
@@ -3,18 +3,33 @@ jclouds Labs OpenStack
 
 Repository for developing OpenStack providers and APIs
 
-Although this is a "labs" repository, some of the providers and APIs here are production ready. The reason they have not been merged into into jclouds repository is because there isn't a suitable abstraction layer for them yet. Please review the README in each sub-directory to determine if the provider or API is production ready.
+Although this is a "labs" repository, some of the providers and APIs here are production ready. The reason they have not been merged into into jclouds repository is because there isn't a suitable abstraction layer for them yet. APIs that we expect to change will be marked @Beta.
 
 ### Summary
 
-| Name | Type | Production Ready |
-|------|------|------------------|
-| openstack-glance | API | No |
-| openstack-marconi | API | No |
-| openstack-neutron | API | Yes |
-| rackspace-autoscale | API | No |
-| rackspace-autoscale-us | Provider | No |
-| rackspace-cloudqueues-us | Provider | No |
+| Name | Type |
+|------|------|
+| openstack-glance | API |
+| openstack-marconi | API |
+| openstack-neutron | API |
+| openstack-poppy | API |
+| openstack-heat | API |
+| rackspace-autoscale | API |
+| rackspace-autoscale-us | Provider |
+| rackspace-cloudqueues-us | Provider |
+| rackspace-cloudbigdata-us | Provider |
+| rackspace-cloudnetworks-us | Provider |
+| rackspace-cdn-us | Provider |
+
+This is how providers map to the respective APIs they use:
+
+| Provider | Api |
+|----------|-----|
+| rackspace-cloudnetworks-us | openstack-neutron |
+| rackspace-cnd-us | openstack-poppy |
+| rackspace-cloudqueues-us | openstack-marconi |
+| rackspace-autoscale-us | rackspace-autoscale |
+| rackspace-cloudbigdata-us | rackspace-cloudbigdata |
 
 APIs new to jclouds are marked as Beta. That means we need people to use it and give us feedback. Based on that feedback, minor changes to the interfaces may happen. It is recommended you adopt this code sooner than later.