You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2011/10/19 13:29:46 UTC

svn commit: r797197 [11/30] - in /websites/staging/libcloud/trunk/content/apidocs: ./ 0.6.0-beta1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elastichosts.ElasticHostsUS1NodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elastichosts.ElasticHostsUS1NodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elastichosts.ElasticHostsUS1NodeDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,178 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elastichosts.ElasticHostsUS1NodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.ElasticHostsUS1NodeDriver(<a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">ElasticHostsBaseNodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.elastichosts.html">elastichosts</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elastichosts.py#L152">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.elastichosts.ElasticHostsUS1NodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>ElasticHosts node driver for the San Antonio Peer 1 end-point</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">ElasticStackBaseNodeDriver</a> (via <a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">ElasticHostsBaseNodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id180">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Creates a ElasticStack instance</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#ex_set_node_configuration">ex_set_node_configuration</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#ex_shutdown_node">ex_shutdown_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#ex_destroy_drive">ex_destroy_drive</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a> (via <a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">ElasticHostsBaseNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">ElasticStackBaseNodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id181">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">ElasticHostsBaseNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id182">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elastichosts.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elastichosts.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elastichosts.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,93 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elastichosts : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.elastichosts : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elastichosts.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>ElasticHosts Driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id166">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseConnection.html">ElasticHostsBaseConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">ElasticHostsBaseNodeDriver</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK1Connection.html">ElasticHostsUK1Connection</a></td>
+    <td><tt>Connection class for the ElasticHosts driver for the London Peer 1 end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK1NodeDriver.html">ElasticHostsUK1NodeDriver</a></td>
+    <td><tt>ElasticHosts node driver for the London Peer 1 end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK2Connection.html">ElasticHostsUK2Connection</a></td>
+    <td><tt>Connection class for the ElasticHosts driver for the London Bluesquare end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK2NodeDriver.html">ElasticHostsUK2NodeDriver</a></td>
+    <td><tt>ElasticHosts node driver for the London Bluesquare end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUS1Connection.html">ElasticHostsUS1Connection</a></td>
+    <td><tt>Connection class for the ElasticHosts driver for the San Antonio Peer 1 end-point</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUS1NodeDriver.html">ElasticHostsUS1NodeDriver</a></td>
+    <td><tt>ElasticHosts node driver for the San Antonio Peer 1 end-point</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,71 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.ElasticStackBaseConnection(<span title="libcloud.common.base.ConnectionUserAndKey">ConnectionUserAndKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.elasticstack.html">elasticstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L157">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseConnection.html">libcloud.compute.drivers.elastichosts.ElasticHostsBaseConnection</a>, <a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK1Connection.html">libcloud.compute.drivers.elastichosts.ElasticHostsUK1Connection</a>, <a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK2Connection.html">libcloud.compute.drivers.elastichosts.ElasticHostsUK2Connection</a>, <a href="libcloud.compute.drivers.elastichosts.ElasticHostsUS1Connection.html">libcloud.compute.drivers.elastichosts.ElasticHostsUS1Connection</a>, <a href="libcloud.compute.drivers.serverlove.ServerLoveConnection.html">libcloud.compute.drivers.serverlove.ServerLoveConnection</a>, <a href="libcloud.compute.drivers.skalicloud.SkaliCloudConnection.html">libcloud.compute.drivers.skalicloud.SkaliCloudConnection</a></p>
+    </div>
+    <pre>Base connection class for the ElasticStack driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id188">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L165" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,429 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.ElasticStackBaseNodeDriver(<a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.elasticstack.html">elasticstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L175">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.compute.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.compute.drivers.serverlove.ServerLoveNodeDriver.html">libcloud.compute.drivers.serverlove.ServerLoveNodeDriver</a>, <a href="libcloud.compute.drivers.skalicloud.SkaliCloudNodeDriver.html">libcloud.compute.drivers.skalicloud.SkaliCloudNodeDriver</a></p>
+    </div>
+    <div class="undocumented">No class docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id189">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Creates a ElasticStack instance</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#ex_set_node_configuration">ex_set_node_configuration</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#ex_shutdown_node">ex_shutdown_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#ex_destroy_drive">ex_destroy_drive</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id190">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id191">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L179" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L187" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L195" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L211" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L225" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <pre>List all nodes
+@return: C{list} of L{Node} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L236" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <pre>Creates a ElasticStack instance
+
+See L{NodeDriver.create_node} for more keyword args.
+
+@keyword    name: String with a name for this new node (required)
+@type       name: C{string}
+
+@keyword    smp: Number of virtual processors or None to calculate
+                 based on the cpu speed
+@type       smp: C{int}
+
+@keyword    nic_model: e1000, rtl8139 or virtio
+                       (if not specified, e1000 is used)
+@type       nic_model: C{string}
+
+@keyword    vnc_password: If set, the same password is also used for
+                          SSH access with user toor,
+                          otherwise VNC access is disabled and
+                          no SSH login is possible.
+@type       vnc_password: C{string}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.ex_set_node_configuration">
+    
+  </a>
+  <a name="ex_set_node_configuration">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_set_node_configuration(self, node, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L337" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.deploy_node">
+    
+  </a>
+  <a name="deploy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    deploy_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L369" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#deploy_node">libcloud.compute.base.NodeDriver.deploy_node</a></div>
+    <pre>Create a new node, and start deployment.
+
+@keyword    enable_root: If true, root password will be set to
+                         vnc_password (this will enable SSH access)
+                         and default 'toor' account will be deleted.
+@type       enable_root: C{bool}
+
+For detailed description and keywords args, see
+L{NodeDriver.deploy_node}.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.ex_shutdown_node">
+    
+  </a>
+  <a name="ex_shutdown_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_shutdown_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L420" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.ex_destroy_drive">
+    
+  </a>
+  <a name="ex_destroy_drive">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_destroy_drive(self, drive_uuid):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L428" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, data, ssh_password=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L437" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackException.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackException.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackException.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elasticstack.ElasticStackException : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.ElasticStackException(<span title="Exception">Exception</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.elasticstack.html">elasticstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L106">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.elasticstack.ElasticStackException">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id184">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackException.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackException.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackException.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L107" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackException.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L110" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elasticstack.ElasticStackNodeSize : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.ElasticStackNodeSize(<a href="libcloud.compute.base.NodeSize.html">NodeSize</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.elasticstack.html">elasticstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L139">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.elasticstack.ElasticStackNodeSize">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id187">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, id, name, cpu, ram, disk, bandwidth, price, driver):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L140" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeSize.html#__init__">libcloud.compute.base.NodeSize.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L150" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeSize.html#__repr__">libcloud.compute.base.NodeSize.__repr__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.ElasticStackResponse.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,152 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elasticstack.ElasticStackResponse : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.ElasticStackResponse(<a href="libcloud.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.elasticstack.html">elasticstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L114">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.elasticstack.ElasticStackResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id185">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html#success">success</a></td>
+    <td><tt>Determine if our request was successful.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html#parse_body">parse_body</a></td>
+    <td><tt>Parse response body.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id186">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L115" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Determine if our request was successful.
+
+The meaning of this can be arbitrary; did we receive OK status? Did
+the node get created? Were we authenticated?
+
+@return: C{True} or C{False}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L121" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_body">libcloud.common.base.Response.parse_body</a></div>
+    <pre>Parse response body.
+
+Override in a provider's subclass.
+
+@return: Parsed body.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.elasticstack.ElasticStackResponse.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py#L134" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_error">libcloud.common.base.Response.parse_error</a></div>
+    <pre>Parse the error messages.
+
+Override in a provider's subclass.
+
+@return: Parsed error.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.elasticstack.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,76 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.elasticstack : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.elasticstack : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/elasticstack.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Base driver for the providers based on the ElasticStack platform -
+http://www.elasticstack.com.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id183">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackException.html">ElasticStackException</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html">ElasticStackResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html">ElasticStackNodeSize</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseConnection.html">ElasticStackBaseConnection</a></td>
+    <td><tt>Base connection class for the ElasticStack driver</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">ElasticStackBaseNodeDriver</a></td>
+    <td><span class="undocumented">No class docstring; 2/11 methods documented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.GandiNodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.GandiNodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.GandiNodeDriver.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,882 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gandi.GandiNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.g.GandiNodeDriver(<a href="libcloud.common.gandi.BaseGandiDriver.html">BaseGandiDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.gandi.html">gandi</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L41">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.gandi.GandiNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Gandi node driver</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id193">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node. @return: C{bool} True if the reboot was successful, otherwise False</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new Gandi node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider @return: C{list} of L{NodeImage} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider @return: C{list} of L{NodeSize} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_list_interfaces">ex_list_interfaces</a></td>
+    <td><tt>Specific method to list network interfaces</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_list_disks">ex_list_disks</a></td>
+    <td><tt>Specific method to list all disk</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_attach_disk">ex_node_attach_disk</a></td>
+    <td><tt>Specific method to attach a disk to a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_detach_disk">ex_node_detach_disk</a></td>
+    <td><tt>Specific method to detach a disk from a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_attach_interface">ex_node_attach_interface</a></td>
+    <td><tt>Specific method to attach an interface to a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_node_detach_interface">ex_node_detach_interface</a></td>
+    <td><tt>Specific method to detach an interface from a node</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_snapshot_disk">ex_snapshot_disk</a></td>
+    <td><tt>Specific method to make a snapshot of a disk</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#ex_update_disk">ex_update_disk</a></td>
+    <td><tt>Specific method to update size or name of a disk WARNING: if a server is attached it'll be rebooted</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_node_info">_node_info</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_nodes">_to_nodes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_size">_to_size</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_loc">_to_loc</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_iface">_to_iface</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_ifaces">_to_ifaces</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_disk">_to_disk</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#_to_disks">_to_disks</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.gandi.BaseGandiDriver.html">BaseGandiDriver</a>:
+        </p>
+        <table class="children sortable" id="id194">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gandi.BaseGandiDriver.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gandi.BaseGandiDriver.html#_wait_operation">_wait_operation</a></td>
+    <td><tt>Wait for an operation to succeed</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id195">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id196">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._node_info">
+    
+  </a>
+  <a name="_node_info">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _node_info(self, id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L53" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, vm):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L62" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_nodes">
+    
+  </a>
+  <a name="_to_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_nodes(self, vms):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L80" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L83" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <pre>List all nodes
+@return: C{list} of L{Node} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L94" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <pre>Reboot a node.
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L102" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.deploy_node">
+    
+  </a>
+  <a name="deploy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    deploy_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L115" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#deploy_node">libcloud.compute.base.NodeDriver.deploy_node</a></div>
+    <pre>Create a new node, and start deployment.
+
+Depends on a Provider Driver supporting either using a specific
+password or returning a generated password.
+
+This function may raise a L{DeploymentException}, if a create_node
+call was successful, but there is a later error (like SSH failing or
+timing out).  This exception includes a Node object which you may want
+to destroy if incomplete deployments are not desirable.
+
+@keyword    deploy: Deployment to run once machine is online and
+                    availble to SSH.
+@type       deploy: L{Deployment}
+
+@keyword    ssh_username: Optional name of the account which is used
+                          when connecting to
+                          SSH server (default is root)
+@type       ssh_username: C{str}
+
+@keyword    ssh_port: Optional SSH server port (default is 22)
+@type       ssh_port: C{int}
+
+@keyword    ssh_timeout: Optional SSH connection timeout in seconds
+                         (default is None)
+@type       ssh_timeout: C{float}
+
+@keyword    auth:   Initial authentication information for the node
+                    (optional)
+@type       auth:   L{NodeAuthSSHKey} or L{NodeAuthPassword}
+
+See L{NodeDriver.create_node} for more keyword args.
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; from libcloud.deployment import ScriptDeployment
+&gt;&gt;&gt; from libcloud.deployment import MultiStepDeployment
+&gt;&gt;&gt; from libcloud.compute.base import NodeAuthSSHKey
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; key = NodeAuthSSHKey('...') # read from file
+&gt;&gt;&gt; script = ScriptDeployment("yum -y install emacs strace tcpdump")
+&gt;&gt;&gt; msd = MultiStepDeployment([key, script])
+&gt;&gt;&gt; def d():
+...     try:
+...         node = driver.deploy_node(deploy=msd)
+...     except NotImplementedError:
+...         print "not implemented for dummy driver"
+&gt;&gt;&gt; d()
+not implemented for dummy driver
+
+Deploy node is typically not overridden in subclasses.  The
+existing implementation should be able to handle most such.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L119" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <pre>Create a new Gandi node
+
+@keyword    name:   String with a name for this new node (required)
+@type       name:   str
+
+@keyword    image:  OS Image to boot on node. (required)
+@type       image:  L{NodeImage}
+
+@keyword    location: Which data center to create a node in. If empty,
+                      undefined behavoir will be selected. (optional)
+@type       location: L{NodeLocation}
+
+@keyword    size:   The size of resources allocated to this node.
+                    (required)
+@type       size:   L{NodeSize}
+
+@keyword    login:  user name to create for login on machine (required)
+@type       login: String
+
+@keyword    password: password for user that'll be created (required)
+@type       password: String
+
+@keywork    inet_family: version of ip to use, default 4 (optional)
+@type       inet_family: int</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, img):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L201" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L208" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <pre>List images on a provider
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_size">
+    
+  </a>
+  <a name="_to_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_size(self, id, size):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L219" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L230" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <pre>List sizes on a provider
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_loc">
+    
+  </a>
+  <a name="_to_loc">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_loc(self, loc):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L260" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L268" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_locations">libcloud.compute.base.NodeDriver.list_locations</a></div>
+    <pre>List data centers for a provider
+@return: C{list} of L{NodeLocation} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_iface">
+    
+  </a>
+  <a name="_to_iface">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_iface(self, iface):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L272" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_ifaces">
+    
+  </a>
+  <a name="_to_ifaces">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_ifaces(self, ifaces):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L300" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_list_interfaces">
+    
+  </a>
+  <a name="ex_list_interfaces">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_list_interfaces(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L303" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to list network interfaces</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_disk">
+    
+  </a>
+  <a name="_to_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_disk(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L311" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver._to_disks">
+    
+  </a>
+  <a name="_to_disks">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_disks(self, elements):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L325" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_list_disks">
+    
+  </a>
+  <a name="ex_list_disks">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_list_disks(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L328" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to list all disk</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_attach_disk">
+    
+  </a>
+  <a name="ex_node_attach_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_attach_disk(self, node, disk):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L334" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to attach a disk to a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_detach_disk">
+    
+  </a>
+  <a name="ex_node_detach_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_detach_disk(self, node, disk):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L342" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to detach a disk from a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_attach_interface">
+    
+  </a>
+  <a name="ex_node_attach_interface">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_attach_interface(self, node, iface):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L350" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to attach an interface to a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_node_detach_interface">
+    
+  </a>
+  <a name="ex_node_detach_interface">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_node_detach_interface(self, node, iface):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L358" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to detach an interface from a node</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_snapshot_disk">
+    
+  </a>
+  <a name="ex_snapshot_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_snapshot_disk(self, disk, name=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L366" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to make a snapshot of a disk</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.gandi.GandiNodeDriver.ex_update_disk">
+    
+  </a>
+  <a name="ex_update_disk">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_update_disk(self, disk, new_size=None, new_name=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py#L384" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Specific method to update size or name of a disk
+WARNING: if a server is attached it'll be rebooted</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gandi.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,51 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gandi : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="module">l.c.d.gandi : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gandi.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Gandi driver for compute</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id192">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">GandiNodeDriver</a></td>
+    <td><tt>Gandi node driver</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNode.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNode.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.6.0-beta1/libcloud.compute.drivers.gogrid.GoGridNode.html Wed Oct 19 11:29:37 2011
@@ -0,0 +1,123 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.gogrid.GoGridNode : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.g.GoGridNode(<a href="libcloud.compute.base.Node.html">Node</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.gogrid.html">gogrid</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L73">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.gogrid.GoGridNode">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id198">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNode.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for this node</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.Node.html">Node</a>:
+        </p>
+        <table class="children sortable" id="id199">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#reboot">reboot</a></td>
+    <td><tt>Reboot this node</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#destroy">destroy</a></td>
+    <td><tt>Destroy this node</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.gogrid.GoGridNode.get_uuid">
+    
+  </a>
+  <a name="get_uuid">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_uuid(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/gogrid.py#L79" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.Node.html#get_uuid">libcloud.compute.base.Node.get_uuid</a></div>
+    <pre>Unique hash for this node
+
+@return: C{string}
+
+The hash is a function of an SHA1 hash of the node's ID and
+its driver which means that it should be unique between all
+nodes.  In some subclasses (e.g. GoGrid) there is no ID
+available so the public IP address is used.  This means that,
+unlike a properly done system UUID, the same UUID may mean a
+different system install at a different time
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; node = driver.create_node()
+&gt;&gt;&gt; node.get_uuid()
+'d3748461511d8b9b0e0bfa0d4d3383a619a2bb9f'
+
+Note, for example, that this example will always produce the
+same UUID!</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2011-10-19 13:20:39.
+    </address>
+  </body>
+</html>
\ No newline at end of file