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:44:44 UTC

svn commit: r825916 [2/13] - in /websites/staging/libcloud/trunk/content: ./ apidocs/0.4.0/

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeAuthSSHKey.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeAuthSSHKey.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeAuthSSHKey.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.NodeAuthSSHKey : 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.b.NodeAuthSSHKey(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L127">View Source</a>
+      <a href="classIndex.html#libcloud.base.NodeAuthSSHKey">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>An SSH key to be installed for authentication to a node.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id25">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeAuthSSHKey.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeAuthSSHKey.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.NodeAuthSSHKey.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, pubkey):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L131" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeAuthSSHKey.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L133" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeDriver.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,305 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.NodeDriver : 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.b.NodeDriver(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L487">View Source</a>
+      <a href="classIndex.html#libcloud.base.NodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libclou
 d.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.VCloudNodeDriver.html">libcloud.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</a></p>
+    </div>
+    <div>A base NodeDriver class to derive from<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id36">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new node instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.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.base.NodeDriver.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.base.NodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeImage.html"><code>NodeImage</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.base.NodeSize.html"><code>NodeSize</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.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.base.NodeLocation.html"><code>NodeLocation</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.NodeDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, secret=None, secure=True, host=None, port=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L510" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EucNodeDriver.html">libcloud.drivers.ec2.EucNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a></div>
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">key</td><td>API key or username to used (type: str)</td></tr><tr><td></td><td class="fieldArg">secret</td><td>Secret password to be used (type: str)</td></tr><tr><td></td><td class="fieldArg">secure</td><td>Weither to use HTTPS or HTTP. Note: Some providers only support HTTPS, and 
+it is on by default. (type: bool)</td></tr><tr><td></td><td class="fieldArg">host</td><td>Override hostname used for connections. (type: str)</td></tr><tr><td></td><td class="fieldArg">port</td><td>Override port used for connections. (type: int)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L549" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>
 , <a href="libcloud.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.VCloudNodeDriver.html">libcloud.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <div>Create a new node instance.<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">size</td><td>The size of resources allocated to this node. (required) (type: <a href="libcloud.base.NodeSize.html"><code>NodeSize</code></a>)</td></tr><tr><td></td><td class="fieldArg">image</td><td>OS Image to boot on node. (required) (type: <a href="libcloud.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.base.NodeLocation.html"><code>NodeLocation</code></a>)</td></tr><tr><td></td><td class="fieldArg">auth</td><td>Initial authentication information for the node (optional) (type: <a href="libcloud.base.NodeAuthSSHKey.html"><code>NodeAuthSSHKey</code></a>
+or <a 
+href="libcloud.base.NodeAuthPassword.html"><code>NodeAuthPassword</code></a>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">The newly created <a href="libcloud.base.Node.html"><code>Node</code></a>.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L575" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>
 , <a href="libcloud.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.VCloudNodeDriver.html">libcloud.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</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.base.NodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L586" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>
 , <a href="libcloud.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.VCloudNodeDriver.html">libcloud.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</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.base.NodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L594" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>
 , <a href="libcloud.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.VCloudNodeDriver.html">libcloud.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</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.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L602" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>
 , <a href="libcloud.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.VCloudNodeDriver.html">libcloud.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</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.base.NodeImage.html"><code>NodeImage</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L610" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver.html">libcloud.drivers.elastichosts.ElasticHostsBaseNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>
 , <a href="libcloud.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.VCloudNodeDriver.html">libcloud.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</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.base.NodeSize.html"><code>NodeSize</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L618" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.drivers.dummy.DummyNodeDriver.html">libcloud.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.drivers.ec2.EC2NodeDriver.html">libcloud.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.drivers.ecp.ECPNodeDriver.html">libcloud.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.drivers.gogrid.GoGridNodeDriver.html">libcloud.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.drivers.linode.LinodeNodeDriver.html">libcloud.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.drivers.rackspace.RackspaceNodeDriver.html">libcloud.drivers.rackspace.RackspaceNodeDriver</a>, <a href="libcloud.
 drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.drivers.slicehost.SlicehostNodeDriver.html">libcloud.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.drivers.vcloud.TerremarkDriver.html">libcloud.drivers.vcloud.TerremarkDriver</a>, <a href="libcloud.drivers.voxel.VoxelNodeDriver.html">libcloud.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.drivers.vpsnet.VPSNetNodeDriver</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.base.NodeLocation.html"><code>NodeLocation</code></a> 
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeDriver.deploy_node">
+    
+  </a>
+  <a name="deploy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    deploy_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L626" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <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>DeplyomentException</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>
+<p>See <a 
+href="libcloud.base.NodeDriver.html#create_node"><code>NodeDriver.create_node</code></a>
+for more keyword args.</p>)</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeImage.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeImage.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeImage.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.NodeImage : 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.b.NodeImage(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L96">View Source</a>
+      <a href="classIndex.html#libcloud.base.NodeImage">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>A Base NodeImage class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id23">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeImage.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeImage.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.NodeImage.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, id, name, driver, extra=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L101" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeImage.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L109" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeLocation.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeLocation.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeLocation.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.NodeLocation : 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.b.NodeLocation(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L113">View Source</a>
+      <a href="classIndex.html#libcloud.base.NodeLocation">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>A base NodeLocation class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id24">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeLocation.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeLocation.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.NodeLocation.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, id, name, country, driver):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L118" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeLocation.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L123" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeSize.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeSize.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.NodeSize.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.NodeSize : 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.b.NodeSize(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L76">View Source</a>
+      <a href="classIndex.html#libcloud.base.NodeSize">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.drivers.elastichosts.ElasticHostsNodeSize.html">libcloud.drivers.elastichosts.ElasticHostsNodeSize</a></p>
+    </div>
+    <div>A Base NodeSize class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id22">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeSize.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.NodeSize.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.NodeSize.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, id, name, ram, disk, bandwidth, price, driver):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L81" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.elastichosts.ElasticHostsNodeSize.html">libcloud.drivers.elastichosts.ElasticHostsNodeSize</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.NodeSize.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L89" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.elastichosts.ElasticHostsNodeSize.html">libcloud.drivers.elastichosts.ElasticHostsNodeSize</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.Response.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.Response.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.Response.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,153 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base.Response : 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.b.Response(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L145">View Source</a>
+      <a href="classIndex.html#libcloud.base.Response">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.drivers.dreamhost.DreamhostResponse.html">libcloud.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.drivers.ec2.EC2Response.html">libcloud.drivers.ec2.EC2Response</a>, <a href="libcloud.drivers.ecp.ECPResponse.html">libcloud.drivers.ecp.ECPResponse</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsResponse.html">libcloud.drivers.elastichosts.ElasticHostsResponse</a>, <a href="libcloud.drivers.gogrid.GoGridResponse.html">libcloud.drivers.gogrid.GoGridResponse</a>, <a href="libcloud.drivers.ibm_sbc.IBMResponse.html">libcloud.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.drivers.linode.LinodeResponse.html">libcloud.drivers.linode.LinodeResponse</a>, <a href="libcloud.drivers.opennebula.OpenNebulaResponse.html">libcloud.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.drivers.rackspace.RackspaceResponse.html">libcloud.drivers.rackspace.RackspaceResponse</a>, <a href="libcloud.drivers.rimuhosting.RimuHo
 stingResponse.html">libcloud.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.drivers.slicehost.SlicehostResponse.html">libcloud.drivers.slicehost.SlicehostResponse</a>, <a href="libcloud.drivers.vcloud.VCloudResponse.html">libcloud.drivers.vcloud.VCloudResponse</a>, <a href="libcloud.drivers.voxel.VoxelResponse.html">libcloud.drivers.voxel.VoxelResponse</a>, <a href="libcloud.drivers.vpsnet.VPSNetResponse.html">libcloud.drivers.vpsnet.VPSNetResponse</a></p>
+    </div>
+    <div>A Base Response class to derive from.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id27">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.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.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.Response.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, response):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L158" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.linode.LinodeResponse.html">libcloud.drivers.linode.LinodeResponse</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingResponse.html">libcloud.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.drivers.voxel.VoxelResponse.html">libcloud.drivers.voxel.VoxelResponse</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.base.Response.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L169" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostResponse.html">libcloud.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.drivers.ec2.EC2Response.html">libcloud.drivers.ec2.EC2Response</a>, <a href="libcloud.drivers.ecp.ECPResponse.html">libcloud.drivers.ecp.ECPResponse</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsResponse.html">libcloud.drivers.elastichosts.ElasticHostsResponse</a>, <a href="libcloud.drivers.gogrid.GoGridResponse.html">libcloud.drivers.gogrid.GoGridResponse</a>, <a href="libcloud.drivers.ibm_sbc.IBMResponse.html">libcloud.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.drivers.linode.LinodeResponse.html">libcloud.drivers.linode.LinodeResponse</a>, <a href="libcloud.drivers.opennebula.OpenNebulaResponse.html">libcloud.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.drivers.rackspace.RackspaceResponse.html">libcloud.drivers.rackspace.RackspaceResponse</a>, <a href="libcloud.drivers.
 rimuhosting.RimuHostingResponse.html">libcloud.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.drivers.slicehost.SlicehostResponse.html">libcloud.drivers.slicehost.SlicehostResponse</a>, <a href="libcloud.drivers.vcloud.VCloudResponse.html">libcloud.drivers.vcloud.VCloudResponse</a>, <a href="libcloud.drivers.voxel.VoxelResponse.html">libcloud.drivers.voxel.VoxelResponse</a>, <a href="libcloud.drivers.vpsnet.VPSNetResponse.html">libcloud.drivers.vpsnet.VPSNetResponse</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.base.Response.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L179" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.dreamhost.DreamhostResponse.html">libcloud.drivers.dreamhost.DreamhostResponse</a>, <a href="libcloud.drivers.ec2.EC2Response.html">libcloud.drivers.ec2.EC2Response</a>, <a href="libcloud.drivers.ecp.ECPResponse.html">libcloud.drivers.ecp.ECPResponse</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsResponse.html">libcloud.drivers.elastichosts.ElasticHostsResponse</a>, <a href="libcloud.drivers.gogrid.GoGridResponse.html">libcloud.drivers.gogrid.GoGridResponse</a>, <a href="libcloud.drivers.ibm_sbc.IBMResponse.html">libcloud.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.drivers.opennebula.OpenNebulaResponse.html">libcloud.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.drivers.rackspace.RackspaceResponse.html">libcloud.drivers.rackspace.RackspaceResponse</a>, <a href="libcloud.drivers.slicehost.SlicehostResponse.html">libcloud.drivers.slicehost.SlicehostResponse</a>, <a href="libcl
 oud.drivers.vcloud.VCloudResponse.html">libcloud.drivers.vcloud.VCloudResponse</a>, <a href="libcloud.drivers.voxel.VoxelResponse.html">libcloud.drivers.voxel.VoxelResponse</a>, <a href="libcloud.drivers.vpsnet.VPSNetResponse.html">libcloud.drivers.vpsnet.VPSNetResponse</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><div class="function">
+  <a name="libcloud.base.Response.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L189" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.drivers.ecp.ECPResponse.html">libcloud.drivers.ecp.ECPResponse</a>, <a href="libcloud.drivers.elastichosts.ElasticHostsResponse.html">libcloud.drivers.elastichosts.ElasticHostsResponse</a>, <a href="libcloud.drivers.gogrid.GoGridResponse.html">libcloud.drivers.gogrid.GoGridResponse</a>, <a href="libcloud.drivers.ibm_sbc.IBMResponse.html">libcloud.drivers.ibm_sbc.IBMResponse</a>, <a href="libcloud.drivers.linode.LinodeResponse.html">libcloud.drivers.linode.LinodeResponse</a>, <a href="libcloud.drivers.opennebula.OpenNebulaResponse.html">libcloud.drivers.opennebula.OpenNebulaResponse</a>, <a href="libcloud.drivers.rackspace.RackspaceResponse.html">libcloud.drivers.rackspace.RackspaceResponse</a>, <a href="libcloud.drivers.rimuhosting.RimuHostingResponse.html">libcloud.drivers.rimuhosting.RimuHostingResponse</a>, <a href="libcloud.drivers.vcloud.VCloudResponse.html">libcloud.drivers.vcloud.VCloudResponse</a>, <a hre
 f="libcloud.drivers.voxel.VoxelResponse.html">libcloud.drivers.voxel.VoxelResponse</a>, <a href="libcloud.drivers.vpsnet.VPSNetResponse.html">libcloud.drivers.vpsnet.VPSNetResponse</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>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.base.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,152 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.base : 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.base : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Provides base classes for working with drivers<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id20">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.Node.html">Node</a></td>
+    <td><span>A Base Node class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.NodeSize.html">NodeSize</a></td>
+    <td><span>A Base NodeSize class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.NodeImage.html">NodeImage</a></td>
+    <td><span>A Base NodeImage class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.NodeLocation.html">NodeLocation</a></td>
+    <td><span>A base NodeLocation class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.NodeAuthSSHKey.html">NodeAuthSSHKey</a></td>
+    <td><span>An SSH key to be installed for authentication to a node.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.NodeAuthPassword.html">NodeAuthPassword</a></td>
+    <td><span>A password to be used for authentication to a node.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.Response.html">Response</a></td>
+    <td><span>A Base Response class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.LoggingConnection.html">LoggingConnection</a></td>
+    <td><span>Debug class to log all HTTP(s) requests as they could be made with the 
+<code>curl</code> command.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.LoggingHTTPSConnection.html">LoggingHTTPSConnection</a></td>
+    <td><span>Utility Class for logging HTTPS connections</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.LoggingHTTPConnection.html">LoggingHTTPConnection</a></td>
+    <td><span>Utility Class for logging HTTP connections</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.ConnectionKey.html">ConnectionKey</a></td>
+    <td><span>A Base Connection class to derive from.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.ConnectionUserAndKey.html">ConnectionUserAndKey</a></td>
+    <td><span>Base connection which accepts a user_id and key</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.base.NodeDriver.html">NodeDriver</a></td>
+    <td><span>A base NodeDriver class to derive from</span></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.base.html#is_private_subnet">is_private_subnet</a></td>
+    <td><span>Utility function to check if an IP address is inside a private 
+subnet.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.base.is_private_subnet">
+    
+  </a>
+  <a name="is_private_subnet">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    is_private_subnet(ip):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py#L701" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Utility function to check if an IP address is inside a private 
+subnet.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">ip</td><td>IP address to check (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> if the specified IP address is private.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.Deployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.Deployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.Deployment.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,73 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.Deployment : 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.d.Deployment(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L21">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.Deployment">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.deployment.MultiStepDeployment.html">libcloud.deployment.MultiStepDeployment</a>, <a href="libcloud.deployment.ScriptDeployment.html">libcloud.deployment.ScriptDeployment</a>, <a href="libcloud.deployment.SSHKeyDeployment.html">libcloud.deployment.SSHKeyDeployment</a></p>
+    </div>
+    <div>Base class for deployment tasks.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id16">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.Deployment.html#run">run</a></td>
+    <td><span>Runs this deployment task on <code>node</code> using the 
+<code>client</code> provided.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.deployment.Deployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L26" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.deployment.MultiStepDeployment.html">libcloud.deployment.MultiStepDeployment</a>, <a href="libcloud.deployment.ScriptDeployment.html">libcloud.deployment.ScriptDeployment</a>, <a href="libcloud.deployment.SSHKeyDeployment.html">libcloud.deployment.SSHKeyDeployment</a></div>
+    <div>Runs this deployment task on <code>node</code> using the 
+<code>client</code> provided.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">node</td><td>Node to operate one (type: <a href="libcloud.base.Node.html"><code>Node</code></a>)</td></tr><tr><td></td><td class="fieldArg">client</td><td>Connected SSH client to use. (type: <a href="libcloud.ssh.BaseSSHClient.html"><code>BaseSSHClient</code></a>)</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><a href="libcloud.base.Node.html"><code>Node</code></a></td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.MultiStepDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.MultiStepDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.MultiStepDeployment.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,128 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.MultiStepDeployment : 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.d.MultiStepDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L100">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.MultiStepDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Runs a chain of Deployment steps.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id19">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#add">add</a></td>
+    <td><span>Add a deployment to this chain.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html#run">run</a></td>
+    <td><span>Run each deployment that has been added.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.deployment.MultiStepDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, add=None):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L104" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">add</td><td>Deployment steps to add. (type: <code>list</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.deployment.MultiStepDeployment.add">
+    
+  </a>
+  <a name="add">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add(self, add):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L112" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Add a deployment to this chain.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">add</td><td>Adds this deployment to the others already in this object. (type: Single <a 
+href="libcloud.deployment.Deployment.html"><code>Deployment</code></a> or a
+<code>list</code> of <a 
+href="libcloud.deployment.Deployment.html"><code>Deployment</code></a>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.deployment.MultiStepDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L122" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.deployment.Deployment.run</a></div>
+    <div>Run each deployment that has been added.</p>
+<p>See also <a 
+href="libcloud.deployment.Deployment.html#run"><code>Deployment.run</code></a><table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.SSHKeyDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.SSHKeyDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.SSHKeyDeployment.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,99 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.SSHKeyDeployment : 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.d.SSHKeyDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L42">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.SSHKeyDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Installs a public SSH Key onto a host.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id17">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html#run">run</a></td>
+    <td><span>Installs SSH key into <code>.ssh/authorized_keys</code></span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.deployment.SSHKeyDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L47" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">key</td><td>Contents of the public key write (type: <code>str</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.deployment.SSHKeyDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L54" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.deployment.Deployment.run</a></div>
+    <div>Installs SSH key into <code>.ssh/authorized_keys</code></p>
+<p>See also <a 
+href="libcloud.deployment.Deployment.html#run"><code>Deployment.run</code></a><table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.ScriptDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.ScriptDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.ScriptDeployment.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,100 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment.ScriptDeployment : 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.d.ScriptDeployment(<a href="libcloud.deployment.Deployment.html">Deployment</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L63">View Source</a>
+      <a href="classIndex.html#libcloud.deployment.ScriptDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Runs an arbitrary Shell Script task.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id18">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html#run">run</a></td>
+    <td><span>Uploads the shell script and then executes it.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.deployment.ScriptDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, script, name=None, delete=False):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L68" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div><table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">script</td><td>Contents of the script to run (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">name</td><td>Name of the script to upload it as, if not specified, a random name will be
+choosen. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">delete</td><td>Weither to delete the script on completion. (type: <code>bool</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.deployment.ScriptDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py#L88" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.deployment.Deployment.html#run">libcloud.deployment.Deployment.run</a></div>
+    <div>Uploads the shell script and then executes it.</p>
+<p>See also <a 
+href="libcloud.deployment.Deployment.html#run"><code>Deployment.run</code></a><table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.deployment.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.deployment : 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.deployment : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/deployment.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Provides generic deployment steps for machines post boot.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id15">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.Deployment.html">Deployment</a></td>
+    <td><span>Base class for deployment tasks.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.SSHKeyDeployment.html">SSHKeyDeployment</a></td>
+    <td><span>Installs a public SSH Key onto a host.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.ScriptDeployment.html">ScriptDeployment</a></td>
+    <td><span>Runs an arbitrary Shell Script task.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.deployment.MultiStepDeployment.html">MultiStepDeployment</a></td>
+    <td><span>Runs a chain of Deployment steps.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.__init__.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.__init__.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.__init__.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.__init__ : 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.d.__init__ : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/__init__.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div>Drivers for working with different providers<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.dreamhost.DreamhostAPIException.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.dreamhost.DreamhostAPIException.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.dreamhost.DreamhostAPIException.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.dreamhost.DreamhostAPIException : 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.d.d.DreamhostAPIException(<span title="Exception">Exception</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.dreamhost.html">dreamhost</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/dreamhost.py#L79">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.dreamhost.DreamhostAPIException">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id147">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.dreamhost.DreamhostAPIException.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.dreamhost.DreamhostAPIException.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.dreamhost.DreamhostAPIException.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/dreamhost.py#L81" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.drivers.dreamhost.DreamhostAPIException.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/dreamhost.py#L84" 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://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.dreamhost.DreamhostConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.dreamhost.DreamhostConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.4.0/libcloud.drivers.dreamhost.DreamhostConnection.html Mon Jul 16 01:44:40 2012
@@ -0,0 +1,127 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.drivers.dreamhost.DreamhostConnection : 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.d.d.DreamhostConnection(<a href="libcloud.base.ConnectionKey.html">ConnectionKey</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.drivers.html">drivers</a>.<a href="libcloud.drivers.dreamhost.html">dreamhost</a></span>
+      <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/dreamhost.py#L111">View Source</a>
+      <a href="classIndex.html#libcloud.drivers.dreamhost.DreamhostConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class to connect to DreamHost's API servers<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id150">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.drivers.dreamhost.DreamhostConnection.html#add_default_params">add_default_params</a></td>
+    <td><span>Add key and format parameters to the request.  Eventually should add 
+unique_id to prevent re-execution of a single request.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.ConnectionKey.html">ConnectionKey</a>:
+        </p>
+        <table class="children sortable" id="id151">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#__init__">__init__</a></td>
+    <td><span>Initialize `user_id` and `key`; set `secure` to an <code>int</code> 
+based on passed value.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#connect">connect</a></td>
+    <td><span>Establish a connection with the API server.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#user_agent_append">user_agent_append</a></td>
+    <td><span>Append a token to a user agent string.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#request">request</a></td>
+    <td><span>Request a given `action`.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#add_default_headers">add_default_headers</a></td>
+    <td><span>Adds default headers (such as Authorization, X-Foo-Bar) to the passed 
+`headers`</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#encode_data">encode_data</a></td>
+    <td><span>Encode body data.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.ConnectionKey.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.drivers.dreamhost.DreamhostConnection.add_default_params">
+    
+  </a>
+  <a name="add_default_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_params(self, params):
+    <a href="https://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/dreamhost.py#L120" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.ConnectionKey.html#add_default_params">libcloud.base.ConnectionKey.add_default_params</a></div>
+    <div>Add key and format parameters to the request.  Eventually should add 
+unique_id to prevent re-execution of a single request.<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://incubator.apache.org/libcloud/">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:44:18.
+    </address>
+  </body>
+</html>
\ No newline at end of file