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/04/01 20:08:09 UTC

svn commit: r811023 [7/39] - in /websites/staging/libcloud/trunk/content: ./ apidocs/ apidocs/0.9.1/

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeDriver.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeDriver.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeDriver.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,562 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.b.NodeDriver(<a href="libcloud.common.base.BaseDriver.html">BaseDriver</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.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L366">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.NodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxNodeDriver.html">libcloud.compute.drivers.brightbox.BrightboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud.compute.drivers.e
 cp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver.html">libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.comp
 ute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNodeDriver.html">libcloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">libcloud.compute.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></p>
+    </div>
+    <pre>A base NodeDriver class to derive from
+
+This class is always subclassed by a specific driver.  For
+examples of base behavior of most functions (except deploy node)
+see the dummy driver.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id139">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td><tt>@keyword    key:    API key or username to used @type       key:    str</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#create_node">create_node</a></td>
+    <td><tt>Create a new node instance.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><tt>Destroy a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><tt>Reboot a node.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><tt>List all nodes @return: C{list} of L{Node} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#list_images">list_images</a></td>
+    <td><tt>List images on a provider</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><tt>List sizes on a provider</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#list_locations">list_locations</a></td>
+    <td><tt>List data centers for a provider @return: C{list} of L{NodeLocation} objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><tt>Create a new node, and start deployment.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><tt>Block until node is fully booted and has an IP address assigned.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><tt>Try to connect to the remote SSH server. If a connection times out or is refused it is retried up to timeout number of seconds.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><tt>Run the deployment script on the provided node. At this point it is assumed that SSH connection has already been established.</tt></td>
+  </tr><tr class="method 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>:
+        </p>
+        <table class="children sortable" id="id140">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><tt>Return extra connection keyword arguments which are passed to the Connection class constructor.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.base.NodeDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, secret=None, secure=True, host=None, port=None, api_version=None, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L394" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.BaseDriver.html#__init__">libcloud.common.base.BaseDriver.__init__</a></div><div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EucNodeDriver.html">libcloud.compute.drivers.ec2.EucNodeDriver</a>, <a href="libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver.html">libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDr
 iver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a></div>
+    <pre>@keyword    key:    API key or username to used
+@type       key:    str
+
+@keyword    secret: Secret password to be used
+@type       secret: str
+
+@keyword    secure: Weither to use HTTPS or HTTP. Note: Some providers
+                    only support HTTPS, and it is on by default.
+@type       secure: bool
+
+@keyword    host: Override hostname used for connections.
+@type       host: str
+
+@keyword    port: Override port used for connections.
+@type       port: int
+
+@keyword    api_version: Optional API version. Only used by drivers
+                         which support multiple API versions.
+@type       api_version: str</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L400" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxNodeDriver.html">libcloud.compute.drivers.brightbox.BrightboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud
 .compute.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_0_NodeDriver.html">libcloud.compute.drivers.openstack.OpenStack_1_0_NodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_Nod
 eDriver.html">libcloud.compute.drivers.openstack.OpenStack_1_1_NodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNodeDriver.html">libcloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">libcloud.compute.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <pre>Create a new node instance.
+
+@keyword    name:   String with a name for this new node (required)
+@type       name:   str
+
+@keyword    size:   The size of resources allocated to this node.
+                    (required)
+@type       size:   L{NodeSize}
+
+@keyword    image:  OS Image to boot on node. (required)
+@type       image:  L{NodeImage}
+
+@keyword    location: Which data center to create a node in. If empty,
+                      undefined behavoir will be selected. (optional)
+@type       location: L{NodeLocation}
+
+@keyword    auth:   Initial authentication information for the node
+                    (optional)
+@type       auth:   L{NodeAuthSSHKey} or L{NodeAuthPassword}
+
+@return: The newly created L{Node}.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L426" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxNodeDriver.html">libcloud.compute.drivers.brightbox.BrightboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud
 .compute.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver.html">libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.h
 tml">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNodeDriver.html">libcloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">libcloud.compute.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <pre>Destroy a node.
+
+Depending upon the provider, this may destroy all data associated with
+the node, including backups.
+
+@param node: The node to be destroyed
+@type node: L{Node}
+
+@return: C{bool} True if the destroy was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L440" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud.compute.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.c
 ompute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver.html">libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebula_3_2_NodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebula_3_2_NodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNode
 Driver.html">libcloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">libcloud.compute.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <pre>Reboot a node.
+
+@param node: The node to be rebooted
+@type node: L{Node}
+
+@return: C{bool} True if the reboot was successful, otherwise False</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeDriver.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/base.py#L452" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxNodeDriver.html">libcloud.compute.drivers.brightbox.BrightboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud
 .compute.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver.html">libcloud.compute.drivers.libvirt_driver.LibvirtNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.h
 tml">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNodeDriver.html">libcloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">libcloud.compute.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <pre>List all nodes
+@return: C{list} of L{Node} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L460" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxNodeDriver.html">libcloud.compute.drivers.brightbox.BrightboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud
 .compute.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNodeDriver.html">lib
 cloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">libcloud.compute.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <pre>List images on a provider
+
+@keyword location: The location at which to list images
+@type location: L{NodeLocation}
+
+@return: C{list} of L{NodeImage} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L472" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxNodeDriver.html">libcloud.compute.drivers.brightbox.BrightboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver.html">libcloud.compute.drivers.cloudsigma.CloudSigmaBaseNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud
 .compute.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNodeDriver.html">lib
 cloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slicehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.VCloudNodeDriver.html">libcloud.compute.drivers.vcloud.VCloudNodeDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <pre>List sizes on a provider
+
+@keyword location: The location at which to list sizes
+@type location: L{NodeLocation}
+
+@return: C{list} of L{NodeSize} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeDriver.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/base.py#L484" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeDriver.html">libcloud.compute.drivers.bluebox.BlueboxNodeDriver</a>, <a href="libcloud.compute.drivers.brightbox.BrightboxNodeDriver.html">libcloud.compute.drivers.brightbox.BrightboxNodeDriver</a>, <a href="libcloud.compute.drivers.cloudstack.CloudStackNodeDriver.html">libcloud.compute.drivers.cloudstack.CloudStackNodeDriver</a>, <a href="libcloud.compute.drivers.dreamhost.DreamhostNodeDriver.html">libcloud.compute.drivers.dreamhost.DreamhostNodeDriver</a>, <a href="libcloud.compute.drivers.dummy.DummyNodeDriver.html">libcloud.compute.drivers.dummy.DummyNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">libcloud.compute.drivers.ec2.EC2NodeDriver</a>, <a href="libcloud.compute.drivers.ecp.ECPNodeDriver.html">libcloud.compute.drivers.ecp.ECPNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNode
 Driver</a>, <a href="libcloud.compute.drivers.gogrid.GoGridNodeDriver.html">libcloud.compute.drivers.gogrid.GoGridNodeDriver</a>, <a href="libcloud.compute.drivers.ibm_sbc.IBMNodeDriver.html">libcloud.compute.drivers.ibm_sbc.IBMNodeDriver</a>, <a href="libcloud.compute.drivers.linode.LinodeNodeDriver.html">libcloud.compute.drivers.linode.LinodeNodeDriver</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.compute.drivers.opsource.OpsourceNodeDriver.html">libcloud.compute.drivers.opsource.OpsourceNodeDriver</a>, <a href="libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver.html">libcloud.compute.drivers.rimuhosting.RimuHostingNodeDriver</a>, <a href="libcloud.compute.drivers.slicehost.SlicehostNodeDriver.html">libcloud.compute.drivers.slic
 ehost.SlicehostNodeDriver</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerNodeDriver.html">libcloud.compute.drivers.softlayer.SoftLayerNodeDriver</a>, <a href="libcloud.compute.drivers.vcloud.TerremarkDriver.html">libcloud.compute.drivers.vcloud.TerremarkDriver</a>, <a href="libcloud.compute.drivers.voxel.VoxelNodeDriver.html">libcloud.compute.drivers.voxel.VoxelNodeDriver</a>, <a href="libcloud.compute.drivers.vpsnet.VPSNetNodeDriver.html">libcloud.compute.drivers.vpsnet.VPSNetNodeDriver</a></div>
+    <pre>List data centers for a provider
+@return: C{list} of L{NodeLocation} objects</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L492" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver.html">libcloud.compute.drivers.elasticstack.ElasticStackBaseNodeDriver</a>, <a href="libcloud.compute.drivers.gandi.GandiNodeDriver.html">libcloud.compute.drivers.gandi.GandiNodeDriver</a></div>
+    <pre>Create a new node, and start deployment.
+
+Depends on a Provider Driver supporting either using a specific
+password or returning a generated password.
+
+This function may raise a L{DeploymentException}, if a create_node
+call was successful, but there is a later error (like SSH failing or
+timing out).  This exception includes a Node object which you may want
+to destroy if incomplete deployments are not desirable.
+
+@keyword    deploy: Deployment to run once machine is online and
+                    availble to SSH.
+@type       deploy: L{Deployment}
+
+@keyword    ssh_username: Optional name of the account which is used
+                          when connecting to
+                          SSH server (default is root)
+@type       ssh_username: C{str}
+
+@keyword    ssh_port: Optional SSH server port (default is 22)
+@type       ssh_port: C{int}
+
+@keyword    ssh_timeout: Optional SSH connection timeout in seconds
+                         (default is None)
+@type       ssh_timeout: C{float}
+
+@keyword    auth:   Initial authentication information for the node
+                    (optional)
+@type       auth:   L{NodeAuthSSHKey} or L{NodeAuthPassword}
+
+@keyword    ssh_key: A path (or paths) to an SSH private key with which
+                     to attempt to authenticate. (optional)
+@type       ssh_key: C{string} or C{list} of C{string}s
+
+@keyword    max_tries: How many times to retry if a deployment fails
+                       before giving up (default is 3)
+@type       max_tries: C{int}
+
+See L{NodeDriver.create_node} for more keyword args.
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; from libcloud.compute.deployment import ScriptDeployment
+&gt;&gt;&gt; from libcloud.compute.deployment import MultiStepDeployment
+&gt;&gt;&gt; from libcloud.compute.base import NodeAuthSSHKey
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; key = NodeAuthSSHKey('...') # read from file
+&gt;&gt;&gt; script = ScriptDeployment("yum -y install emacs strace tcpdump")
+&gt;&gt;&gt; msd = MultiStepDeployment([key, script])
+&gt;&gt;&gt; def d():
+...     try:
+...         node = driver.deploy_node(deploy=msd)
+...     except NotImplementedError:
+...         print ("not implemented for dummy driver")
+&gt;&gt;&gt; d()
+not implemented for dummy driver
+
+Deploy node is typically not overridden in subclasses.  The
+existing implementation should be able to handle most such.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeDriver._wait_until_running">
+    
+  </a>
+  <a name="_wait_until_running">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _wait_until_running(self, node, wait_period=3, timeout=600):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L610" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Block until node is fully booted and has an IP address assigned.
+
+@keyword    node: Node instance.
+@type       node: C{Node}
+
+@keyword    wait_period: How many seconds to between each loop
+                         iteration (default is 3)
+@type       wait_period: C{int}
+
+@keyword    timeout: How many seconds to wait before timing out
+                     (default is 600)
+@type       timeout: C{int}
+
+@return: C{Node} Node instance on success.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeDriver._ssh_client_connect">
+    
+  </a>
+  <a name="_ssh_client_connect">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _ssh_client_connect(self, ssh_client, timeout=300):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L655" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>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.
+
+@keyword    ssh_client: A configured SSHClient instance
+@type       ssh_client: C{SSHClient}
+
+@keyword    timeout: How many seconds to wait before timing out
+                     (default is 600)
+@type       timeout: C{int}
+
+@return: C{SSHClient} on success</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeDriver._run_deployment_script">
+    
+  </a>
+  <a name="_run_deployment_script">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _run_deployment_script(self, task, node, ssh_client, max_tries=3):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L686" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Run the deployment script on the provided node. At this point it is
+assumed that SSH connection has already been established.
+
+@keyword    task: Deployment task to run on the node.
+@type       task: C{Deployment}
+
+@keyword    node: Node to operate one
+@type       node: C{Node}
+
+@keyword    ssh_client: A configured and connected SSHClient instance
+@type       ssh_client: C{SSHClient}
+
+@keyword    max_tries: How many times to retry if a deployment fails
+                       before giving up (default is 3)
+@type       max_tries: C{int}
+
+@return: C{Node} Node instance on success.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeDriver._get_size_price">
+    
+  </a>
+  <a name="_get_size_price">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_size_price(self, size_id):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L720" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.openstack.OpenStack_1_0_NodeDriver.html">libcloud.compute.drivers.openstack.OpenStack_1_0_NodeDriver</a>, <a href="libcloud.compute.drivers.openstack.OpenStack_1_1_NodeDriver.html">libcloud.compute.drivers.openstack.OpenStack_1_1_NodeDriver</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeImage.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeImage.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeImage.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,136 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.b.NodeImage(<a href="libcloud.compute.base.UuidMixin.html">UuidMixin</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.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L277">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.NodeImage">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>An operating system image.
+
+NodeImage objects are typically returned by the driver for the
+cloud provider in response to the list_images function
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; image = driver.list_images()[0]
+&gt;&gt;&gt; image.name
+'Ubuntu 9.10'
+
+Apart from name and id, there is no further standard information;
+other parameters are stored in a driver specific "extra" variable
+
+When creating a node, a node image should be given as an argument
+to the create_node function to decide which OS image to use.
+
+&gt;&gt;&gt; node = driver.create_node(image=image)</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id134">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.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.compute.base.NodeImage.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.UuidMixin.html">UuidMixin</a>:
+        </p>
+        <table class="children sortable" id="id135">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for a node, node image, or node size</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#uuid">uuid</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L300" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.UuidMixin.html#__init__">libcloud.compute.base.UuidMixin.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeImage.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L307" 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeLocation.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeLocation.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeLocation.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,103 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.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.compute.html">compute</a>.<a href="libcloud.compute.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L312">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.NodeLocation">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.ec2.EC2NodeLocation.html">libcloud.compute.drivers.ec2.EC2NodeLocation</a></p>
+    </div>
+    <pre>A physical location where nodes can be.
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; location = driver.list_locations()[0]
+&gt;&gt;&gt; location.country
+'US'</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id136">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.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.compute.base.NodeLocation.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L323" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.ec2.EC2NodeLocation.html">libcloud.compute.drivers.ec2.EC2NodeLocation</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeLocation.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L329" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.ec2.EC2NodeLocation.html">libcloud.compute.drivers.ec2.EC2NodeLocation</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeSize.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeSize.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.NodeSize.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,138 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.b.NodeSize(<a href="libcloud.compute.base.UuidMixin.html">UuidMixin</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.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L236">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.NodeSize">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.bluebox.BlueboxNodeSize.html">libcloud.compute.drivers.bluebox.BlueboxNodeSize</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.html">libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html">libcloud.compute.drivers.elasticstack.ElasticStackNodeSize</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeSize.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeSize</a></p>
+    </div>
+    <pre>A Base NodeSize class to derive from.
+
+NodeSizes are objects which are typically returned a driver's
+list_sizes function.  They contain a number of different
+parameters which define how big an image is.
+
+The exact parameters available depends on the provider.
+
+N.B. Where a parameter is "unlimited" (for example bandwidth in
+Amazon) this will be given as 0.
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; size = driver.list_sizes()[0]
+&gt;&gt;&gt; size.ram
+128
+&gt;&gt;&gt; size.bandwidth
+500
+&gt;&gt;&gt; size.price
+4</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id132">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.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.compute.base.NodeSize.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.UuidMixin.html">UuidMixin</a>:
+        </p>
+        <table class="children sortable" id="id133">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for a node, node image, or node size</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#uuid">uuid</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L260" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.UuidMixin.html#__init__">libcloud.compute.base.UuidMixin.__init__</a></div><div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeSize.html">libcloud.compute.drivers.bluebox.BlueboxNodeSize</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.html">libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html">libcloud.compute.drivers.elasticstack.ElasticStackNodeSize</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeSize.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeSize</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.NodeSize.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L270" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.bluebox.BlueboxNodeSize.html">libcloud.compute.drivers.bluebox.BlueboxNodeSize</a>, <a href="libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize.html">libcloud.compute.drivers.cloudsigma.CloudSigmaNodeSize</a>, <a href="libcloud.compute.drivers.elasticstack.ElasticStackNodeSize.html">libcloud.compute.drivers.elasticstack.ElasticStackNodeSize</a>, <a href="libcloud.compute.drivers.opennebula.OpenNebulaNodeSize.html">libcloud.compute.drivers.opennebula.OpenNebulaNodeSize</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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.UuidMixin.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.UuidMixin.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.UuidMixin.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,142 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.base.UuidMixin : 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.b.UuidMixin(<span title="object">object</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.base.html">base</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L70">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.UuidMixin">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.base.Node.html">libcloud.compute.base.Node</a>, <a href="libcloud.compute.base.NodeImage.html">libcloud.compute.base.NodeImage</a>, <a href="libcloud.compute.base.NodeSize.html">libcloud.compute.base.NodeSize</a></p>
+    </div>
+    <pre>Mixin class for get_uuid function.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id129">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#get_uuid">get_uuid</a></td>
+    <td><tt>Unique hash for a node, node image, or node size</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html#uuid">uuid</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.base.UuidMixin.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L75" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.base.Node.html">libcloud.compute.base.Node</a>, <a href="libcloud.compute.base.NodeImage.html">libcloud.compute.base.NodeImage</a>, <a href="libcloud.compute.base.NodeSize.html">libcloud.compute.base.NodeSize</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.UuidMixin.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/base.py#L78" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.gogrid.GoGridNode.html">libcloud.compute.drivers.gogrid.GoGridNode</a></div>
+    <pre>Unique hash for a node, node image, or node size
+
+@return: C{string}
+
+The hash is a function of an SHA1 hash of the node, node image,
+or node size's ID and its driver which means that it should be
+unique between all objects of its type.
+In some subclasses (e.g. GoGridNode) there is no ID
+available so the public IP address is used.  This means that,
+unlike a properly done system UUID, the same UUID may mean a
+different system install at a different time
+
+&gt;&gt;&gt; from libcloud.compute.drivers.dummy import DummyNodeDriver
+&gt;&gt;&gt; driver = DummyNodeDriver(0)
+&gt;&gt;&gt; node = driver.create_node()
+&gt;&gt;&gt; node.get_uuid()
+'d3748461511d8b9b0e0bfa0d4d3383a619a2bb9f'
+
+Note, for example, that this example will always produce the
+same UUID!</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.base.UuidMixin.uuid">
+    
+  </a>
+  <a name="uuid">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    uuid(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py#L105" 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.base.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,142 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.base : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Provides base classes for working with drivers</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id123">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.ConnectionKey.html">ConnectionKey</a></td>
+    <td><tt>A Base Connection class to derive from, which includes a</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.ConnectionUserAndKey.html">ConnectionUserAndKey</a></td>
+    <td><tt>Base connection which accepts a user_id and key.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html">LibcloudHTTPSConnection</a></td>
+    <td><tt>LibcloudHTTPSConnection</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.UuidMixin.html">UuidMixin</a></td>
+    <td><tt>Mixin class for get_uuid function.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.Node.html">Node</a></td>
+    <td><tt>Provide a common interface for handling nodes of all types.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.NodeSize.html">NodeSize</a></td>
+    <td><tt>A Base NodeSize class to derive from.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.NodeImage.html">NodeImage</a></td>
+    <td><tt>An operating system image.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.NodeLocation.html">NodeLocation</a></td>
+    <td><tt>A physical location where nodes can be.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.NodeAuthSSHKey.html">NodeAuthSSHKey</a></td>
+    <td><tt>An SSH key to be installed for authentication to a node.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.NodeAuthPassword.html">NodeAuthPassword</a></td>
+    <td><tt>A password to be used for authentication to a node.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a></td>
+    <td><tt>A base NodeDriver class to derive from</tt></td>
+  </tr><tr class="function">
+    
+    
+    <td>Function</td>
+    <td><a href="libcloud.compute.base.html#is_private_subnet">is_private_subnet</a></td>
+    <td><tt>Utility function to check if an IP address is inside a private subnet.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/base.py#L726" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Utility function to check if an IP address is inside a private subnet.
+
+@type ip: C{str}
+@keyword ip: IP address to check
+
+@return: C{bool} if the specified IP address is private.</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.Deployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.Deployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.Deployment.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,105 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.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.compute.html">compute</a>.<a href="libcloud.compute.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L25">View Source</a>
+      <a href="classIndex.html#libcloud.compute.deployment.Deployment">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.deployment.MultiStepDeployment.html">libcloud.compute.deployment.MultiStepDeployment</a>, <a href="libcloud.compute.deployment.ScriptDeployment.html">libcloud.compute.deployment.ScriptDeployment</a>, <a href="libcloud.compute.deployment.SSHKeyDeployment.html">libcloud.compute.deployment.SSHKeyDeployment</a></p>
+    </div>
+    <pre>Base class for deployment tasks.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id115">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.Deployment.html#run">run</a></td>
+    <td><tt>Runs this deployment task on C{node} using the C{client} provided.</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.Deployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L30" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.deployment.MultiStepDeployment.html">libcloud.compute.deployment.MultiStepDeployment</a>, <a href="libcloud.compute.deployment.ScriptDeployment.html">libcloud.compute.deployment.ScriptDeployment</a>, <a href="libcloud.compute.deployment.SSHKeyDeployment.html">libcloud.compute.deployment.SSHKeyDeployment</a></div>
+    <pre>Runs this deployment task on C{node} using the C{client} provided.
+
+@type node: L{Node}
+@keyword node: Node to operate one
+
+@type client: L{BaseSSHClient}
+@keyword client: Connected SSH client to use.
+
+@return: L{Node}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.Deployment._get_string_value">
+    
+  </a>
+  <a name="_get_string_value">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_string_value(self, argument_name, argument_value):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L45" 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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.MultiStepDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.MultiStepDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.MultiStepDeployment.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,145 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.MultiStepDeployment(<a href="libcloud.compute.deployment.Deployment.html">Deployment</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.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L122">View Source</a>
+      <a href="classIndex.html#libcloud.compute.deployment.MultiStepDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Runs a chain of Deployment steps.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id120">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.MultiStepDeployment.html#__init__">__init__</a></td>
+    <td><tt>@type add: C{list} @keyword add: Deployment steps to add.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.MultiStepDeployment.html#add">add</a></td>
+    <td><tt>Add a deployment to this chain.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.MultiStepDeployment.html#run">run</a></td>
+    <td><tt>Run each deployment that has been added.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id121">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, add=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L126" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>@type add: C{list}
+@keyword add: Deployment steps to add.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.add">
+    
+  </a>
+  <a name="add">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add(self, add):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L134" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Add a deployment to this chain.
+
+@type add: Single L{Deployment} or a C{list} of L{Deployment}
+@keyword add: Adds this deployment to the others already in this object.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.MultiStepDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L144" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <pre>Run each deployment that has been added.
+
+See also L{Deployment.run}</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.SSHKeyDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.SSHKeyDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.SSHKeyDeployment.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,116 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.SSHKeyDeployment(<a href="libcloud.compute.deployment.Deployment.html">Deployment</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.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L57">View Source</a>
+      <a href="classIndex.html#libcloud.compute.deployment.SSHKeyDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Installs a public SSH Key onto a host.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id116">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.SSHKeyDeployment.html#__init__">__init__</a></td>
+    <td><tt>@type key: C{str} @keyword key: Contents of the public key write</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.SSHKeyDeployment.html#run">run</a></td>
+    <td><tt>Installs SSH key into C{.ssh/authorized_keys}</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id117">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.deployment.SSHKeyDeployment.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L62" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>@type key: C{str}
+@keyword key: Contents of the public key write</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.SSHKeyDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L70" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <pre>Installs SSH key into C{.ssh/authorized_keys}
+
+See also L{Deployment.run}</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.ScriptDeployment.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.ScriptDeployment.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.deployment.ScriptDeployment.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,122 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.ScriptDeployment(<a href="libcloud.compute.deployment.Deployment.html">Deployment</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.deployment.html">deployment</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L80">View Source</a>
+      <a href="classIndex.html#libcloud.compute.deployment.ScriptDeployment">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Runs an arbitrary Shell Script task.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id118">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.ScriptDeployment.html#__init__">__init__</a></td>
+    <td><tt>@type script: C{str} @keyword script: Contents of the script to run</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.ScriptDeployment.html#run">run</a></td>
+    <td><tt>Uploads the shell script and then executes it.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.deployment.Deployment.html">Deployment</a>:
+        </p>
+        <table class="children sortable" id="id119">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.deployment.Deployment.html#_get_string_value">_get_string_value</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.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/libcloud/trunk/libcloud/compute/deployment.py#L85" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>@type script: C{str}
+@keyword script: Contents of the script to run
+
+@type name: C{str}
+@keyword name: Name of the script to upload it as, if not specified, a random name will be choosen.
+
+@type delete: C{bool}
+@keyword delete: Whether to delete the script on completion.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.deployment.ScriptDeployment.run">
+    
+  </a>
+  <a name="run">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    run(self, node, client):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/deployment.py#L108" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.deployment.Deployment.html#run">libcloud.compute.deployment.Deployment.run</a></div>
+    <pre>Uploads the shell script and then executes it.
+
+See also L{Deployment.run}</pre>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file

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

Added: websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.__init__.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.__init__.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.9.1/libcloud.compute.drivers.__init__.html Sun Apr  1 18:07:58 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.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.c.d.__init__ : 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/__init__.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Drivers for working with different providers</pre>
+
+    
+    
+    <div id="splitTables">
+      
+      
+      
+    </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-04-01 11:04:25.
+    </address>
+  </body>
+</html>
\ No newline at end of file