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 2012/07/16 03:46:44 UTC

svn commit: r825924 [12/32] - 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.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 Mon Jul 16 01:46:35 2012
@@ -0,0 +1,96 @@
+<!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>
+    <div>ElasticHosts Driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id251">
+  
+  
+<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><span>Connection class for the ElasticHosts driver for the London Peer 1 
+end-point</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK1NodeDriver.html">ElasticHostsUK1NodeDriver</a></td>
+    <td><span>ElasticHosts node driver for the London Peer 1 end-point</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK2Connection.html">ElasticHostsUK2Connection</a></td>
+    <td><span>Connection class for the ElasticHosts driver for the London Bluesquare 
+end-point</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUK2NodeDriver.html">ElasticHostsUK2NodeDriver</a></td>
+    <td><span>ElasticHosts node driver for the London Bluesquare end-point</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUS1Connection.html">ElasticHostsUS1Connection</a></td>
+    <td><span>Connection class for the ElasticHosts driver for the San Antonio Peer 1 
+end-point</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.elastichosts.ElasticHostsUS1NodeDriver.html">ElasticHostsUS1NodeDriver</a></td>
+    <td><span>ElasticHosts node driver for the San Antonio Peer 1 end-point</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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -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>
+    <div>Base connection class for the ElasticStack driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id371">
+  
+  
+<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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -0,0 +1,418 @@
+<!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="id372">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><span>Reboot a node. @return: <code>bool</code> True if the reboot was 
+successful, otherwise False</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><span>Destroy a node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html#create_node">create_node</a></td>
+    <td><span>Creates a ElasticStack instance</span></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><span>Create a new node, and start deployment.</span></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="id373">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</span></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><span>Block until node is fully booted and has an IP address assigned.</span></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><span>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.</span></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><span>Run the deployment script on the provided node. At this point it is 
+assumed that SSH connection has already been established.</span></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="id374">
+  
+  
+<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><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></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>
+    <div>Reboot a node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> True if the reboot was successful, otherwise False</td></tr></table></div>
+  </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>
+    <div>Destroy a node.</p>
+<p>Depending upon the provider, this may destroy all data associated with 
+the node, including backups.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> True if the destroy was successful, otherwise False</td></tr></table></div>
+  </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>
+    <div>List images on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</td></tr></table></div>
+  </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>
+    <div>List sizes on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</td></tr></table></div>
+  </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>
+    <div>List all nodes<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </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>
+    <div>Creates a ElasticStack instance</p>
+<p>See <a 
+href="libcloud.compute.base.NodeDriver.html#create_node"><code>NodeDriver.create_node</code></a>
+for more keyword args.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>String with a name for this new node (required) (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">smp</td><td>Number of virtual processors or None to calculate based on the cpu speed (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">nic_model</td><td>e1000, rtl8139 or virtio (if not specified, e1000 is used) (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">vnc_password</td><td>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: <code>string</code>)</td></tr></table></div>
+  </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>
+    <div>Create a new node, and start deployment.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">enable_root</td><td>If true, root password will be set to vnc_password (this will enable SSH 
+access) and default 'toor' account will be deleted. (type: <code>bool</code>
+<p>For detailed description and keywords args, see <a 
+href="libcloud.compute.base.NodeDriver.html#deploy_node"><code>NodeDriver.deploy_node</code></a>.</p>)</td></tr></table></div>
+  </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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -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="id367">
+  
+  
+<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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -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="id370">
+  
+  
+<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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -0,0 +1,143 @@
+<!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="id368">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.elasticstack.ElasticStackResponse.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id369">
+  
+  
+<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>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </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>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </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>
+    <div>Parse the error messages.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed error.</td></tr></table></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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -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>
+    <div>Base driver for the providers based on the ElasticStack platform - 
+http://www.elasticstack.com.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id366">
+  
+  
+<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><span>Base connection class for the ElasticStack driver</span></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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -0,0 +1,854 @@
+<!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>
+    <div>Gandi node driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id247">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><span>Reboot a node. @return: <code>bool</code> True if the reboot was 
+successful, otherwise False</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><span>Destroy a node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new Gandi node</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</span></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><span>Specific method to list network interfaces</span></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><span>Specific method to list all disk</span></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><span>Specific method to attach a disk to a node</span></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><span>Specific method to detach a disk from a node</span></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><span>Specific method to attach an interface to a node</span></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><span>Specific method to detach an interface from a node</span></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><span>Specific method to make a snapshot of a disk</span></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><span>Specific method to update size or name of a disk WARNING: if a server is
+attached it'll be rebooted</span></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="id248">
+  
+  
+<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><span>Wait for an operation to succeed</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id249">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td></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><span>Block until node is fully booted and has an IP address assigned.</span></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><span>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.</span></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><span>Run the deployment script on the provided node. At this point it is 
+assumed that SSH connection has already been established.</span></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="id250">
+  
+  
+<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><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></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>
+    <div>List all nodes<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </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>
+    <div>Reboot a node.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> True if the reboot was successful, otherwise False</td></tr></table></div>
+  </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>
+    <div>Destroy a node.</p>
+<p>Depending upon the provider, this may destroy all data associated with 
+the node, including backups.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> True if the destroy was successful, otherwise False</td></tr></table></div>
+  </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>
+    <div>Create a new node, and start deployment.</p>
+<p>Depends on a Provider Driver supporting either using a specific password
+or returning a generated password.</p>
+<p>This function may raise a <code>DeploymentException</code>, 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.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">deploy</td><td>Deployment to run once machine is online and availble to SSH. (type: <a href="libcloud.deployment.Deployment.html"><code>Deployment</code></a>)</td></tr><tr><td></td><td class="fieldArg">ssh_username</td><td>Optional name of the account which is used when connecting to SSH server 
+(default is root) (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">ssh_port</td><td>Optional SSH server port (default is 22) (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">ssh_timeout</td><td>Optional SSH connection timeout in seconds (default is None) (type: <code>float</code>)</td></tr><tr><td></td><td class="fieldArg">auth</td><td>Initial authentication information for the node (optional) (type: <a 
+href="libcloud.compute.base.NodeAuthSSHKey.html"><code>NodeAuthSSHKey</code></a>
+or <a 
+href="libcloud.compute.base.NodeAuthPassword.html"><code>NodeAuthPassword</code></a>
+<p>See <a 
+href="libcloud.compute.base.NodeDriver.html#create_node"><code>NodeDriver.create_node</code></a>
+for more keyword args.</p>
+<pre class="py-doctest">
+<span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">from</span> libcloud.compute.drivers.dummy <span class="py-keyword">import</span> DummyNodeDriver
+<span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">from</span> libcloud.deployment <span class="py-keyword">import</span> ScriptDeployment
+<span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">from</span> libcloud.deployment <span class="py-keyword">import</span> MultiStepDeployment
+<span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">from</span> libcloud.compute.base <span class="py-keyword">import</span> NodeAuthSSHKey
+<span class="py-prompt">&gt;&gt;&gt; </span>driver = DummyNodeDriver(0)
+<span class="py-prompt">&gt;&gt;&gt; </span>key = NodeAuthSSHKey(<span class="py-string">'...'</span>) <span class="py-comment"># read from file</span>
+<span class="py-prompt">&gt;&gt;&gt; </span>script = ScriptDeployment(<span class="py-string">&quot;yum -y install emacs strace tcpdump&quot;</span>)
+<span class="py-prompt">&gt;&gt;&gt; </span>msd = MultiStepDeployment([key, script])
+<span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">def</span> <span class="py-defname">d</span>():
+<span class="py-more">... </span>    try:
+<span class="py-more">... </span>        node = driver.deploy_node(deploy=msd)
+<span class="py-more">... </span>    <span class="py-keyword">except</span> NotImplementedError:
+<span class="py-more">... </span>        <span class="py-keyword">print</span> <span class="py-string">&quot;not implemented for dummy driver&quot;</span>
+<span class="py-prompt">&gt;&gt;&gt; </span>d()
+<span class="py-output">not implemented for dummy driver</span></pre>
+<p>Deploy node is typically not overridden in subclasses.  The existing 
+implementation should be able to handle most such.</p>)</td></tr></table></div>
+  </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>
+    <div>Create a new Gandi node<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>String with a name for this new node (required) (type: str)</td></tr><tr><td></td><td class="fieldArg">image</td><td>OS Image to boot on node. (required) (type: <a href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a>)</td></tr><tr><td></td><td class="fieldArg">location</td><td>Which data center to create a node in. If empty, undefined behavoir will be
+selected. (optional) (type: <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>)</td></tr><tr><td></td><td class="fieldArg">size</td><td>The size of resources allocated to this node. (required) (type: <a href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a>)</td></tr><tr><td></td><td class="fieldArg">login</td><td>user name to create for login on machine (required) (type: String)</td></tr><tr><td></td><td class="fieldArg">password</td><td>password for user that'll be created (required) (type: String)</td></tr><tr class="fieldStart"><td class="fieldName">Unknown Field: keywork</td><td class="fieldArg">inet_family</td><td>version of ip to use, default 4 (optional)</td></tr></table></div>
+  </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>
+    <div>List images on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</td></tr></table></div>
+  </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>
+    <div>List sizes on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</td></tr></table></div>
+  </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>
+    <div>List data centers for a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</td></tr></table></div>
+  </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">
+    
+    <div>Specific method to list network interfaces<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Specific method to list all disk<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Specific method to attach a disk to a node<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Specific method to detach a disk from a node<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Specific method to attach an interface to a node<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Specific method to detach an interface from a node<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Specific method to make a snapshot of a disk<table class="fieldTable"></table></div>
+  </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">
+    
+    <div>Specific method to update size or name of a disk WARNING: if a server is
+attached it'll be rebooted<table class="fieldTable"></table></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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -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>
+    <div>Gandi driver for compute<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id246">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">GandiNodeDriver</a></td>
+    <td><span>Gandi node driver</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 2012-07-15 18:45:43.
+    </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 Mon Jul 16 01:46:35 2012
@@ -0,0 +1,118 @@
+<!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="id449">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.gogrid.GoGridNode.html#get_uuid">get_uuid</a></td>
+    <td><span>Unique hash for this node</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.Node.html">Node</a>:
+        </p>
+        <table class="children sortable" id="id450">
+  
+  
+<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><span>Reboot this node</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.Node.html#destroy">destroy</a></td>
+    <td><span>Destroy this node</span></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>
+    <div>Unique hash for this node<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>string</code>
+<p>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</p>
+<pre class="py-doctest">
+<span class="py-prompt">&gt;&gt;&gt; </span><span class="py-keyword">from</span> libcloud.compute.drivers.dummy <span class="py-keyword">import</span> DummyNodeDriver
+<span class="py-prompt">&gt;&gt;&gt; </span>driver = DummyNodeDriver(0)
+<span class="py-prompt">&gt;&gt;&gt; </span>node = driver.create_node()
+<span class="py-prompt">&gt;&gt;&gt; </span>node.get_uuid()
+<span class="py-output">'d3748461511d8b9b0e0bfa0d4d3383a619a2bb9f'</span></pre>
+<p>Note, for example, that this example will always produce the same 
+UUID!</p></td></tr></table></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 2012-07-15 18:45:43.
+    </address>
+  </body>
+</html>
\ No newline at end of file