You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/11/17 17:36:21 UTC

svn commit: r1203250 - in /libcloud/site/trunk/content: apidocs/.htaccess apidocs/index.html supported_providers.json

Author: tomaz
Date: Thu Nov 17 16:36:21 2011
New Revision: 1203250

URL: http://svn.apache.org/viewvc?rev=1203250&view=rev
Log:
Update supported providers.

Modified:
    libcloud/site/trunk/content/apidocs/.htaccess
    libcloud/site/trunk/content/apidocs/index.html
    libcloud/site/trunk/content/supported_providers.json

Modified: libcloud/site/trunk/content/apidocs/.htaccess
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/.htaccess?rev=1203250&r1=1203249&r2=1203250&view=diff
==============================================================================
--- libcloud/site/trunk/content/apidocs/.htaccess (original)
+++ libcloud/site/trunk/content/apidocs/.htaccess Thu Nov 17 16:36:21 2011
@@ -1 +1 @@
-Redirect 302 /apidocs/current/ /apidocs/0.6.1/
+Redirect 302 /apidocs/current/ /apidocs/0.6.2/

Modified: libcloud/site/trunk/content/apidocs/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/index.html?rev=1203250&r1=1203249&r2=1203250&view=diff
==============================================================================
--- libcloud/site/trunk/content/apidocs/index.html (original)
+++ libcloud/site/trunk/content/apidocs/index.html Thu Nov 17 16:36:21 2011
@@ -21,7 +21,8 @@
             <li><a href="0.5.0/">0.5.0</a></li>
             <li><a href="0.5.2/">0.5.2</a></li>
             <li><a href="0.6.0-beta1/">0.6.0-beta1</a></li>
-            <li><a href="0.6.1/">0.6.1</a> (latest stable)</li>
+            <li><a href="0.6.1/">0.6.1</a></li>
+            <li><a href="0.6.2/">0.6.2</a> (latest stable)</li>
             <li><a href="current/">current stable version</a></li>
             <li><a href="http://ci.apache.org/projects/libcloud/apidocs/">trunk</a></li>
         </ul>

Modified: libcloud/site/trunk/content/supported_providers.json
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/supported_providers.json?rev=1203250&r1=1203249&r2=1203250&view=diff
==============================================================================
--- libcloud/site/trunk/content/supported_providers.json (original)
+++ libcloud/site/trunk/content/supported_providers.json Thu Nov 17 16:36:21 2011
@@ -99,6 +99,21 @@
             }
         },
         {
+            "name": "EC2-US East 2 (Oregon)",
+            "website": "http://aws.amazon.com/",
+            "image": "",
+            "features": {
+                "list": true,
+                "reboot": true,
+                "create": true,
+                "destroy": true,
+                "images": true,
+                "sizes": true,
+                "deploy": true
+            }
+        },
+
+        {
             "name": "EC2-US West",
             "website": "http://aws.amazon.com/",
             "image": "",
@@ -436,7 +451,21 @@
         },
         {
             "name": "Ninefold",
-            "website": "http://www.serverlove.com/",
+            "website": "http://www.ninefold.com/",
+            "image": "",
+            "features": {
+                "list": true,
+                "reboot": true,
+                "create": true,
+                "destroy": true,
+                "images": true,
+                "sizes": true,
+                "deploy": false
+            }
+        },
+        {
+            "name": "CloudStack",
+            "website": "http://cloudstack.com/",
             "image": "",
             "features": {
                 "list": true,
@@ -448,7 +477,6 @@
                 "deploy": false
             }
         }
-
     ],
 
     "storage":
@@ -582,6 +610,22 @@
             }
         },
         {
+            "name": "CloudStack",
+            "website": "http://cloudstack.com",
+            "image": "",
+            "features": {
+                "list_containers": true,
+                "list_objects": true,
+                "create_container": true,
+                "delete_container": true,
+                "upload_object": true,
+                "upload_object_via_stream": false,
+                "download_object": true,
+                "download_object_as_stream": true,
+                "delete_object": true
+            }
+        },
+        {
             "name": "Google Cloud Storage",
             "website": "http://code.google.com/apis/storage/",
             "image": "",
@@ -648,6 +692,18 @@
                 "detach_member": true,
                 "attach_compute_node": true
             }
+        },
+        {
+            "name": "CloudStack",
+            "website": "https://cloudstack.com",
+            "image": "",
+            "features": {
+                "create": true,
+                "list_members": true,
+                "attach_member": true,
+                "detach_member": true,
+                "attach_compute_node": true
+            }
         }
    ],