You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/07/16 03:47:05 UTC

svn commit: r1361876 [10/33] - /libcloud/site/trunk/content/apidocs/0.6.1/

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeDriver.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeDriver.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,929 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EC2NodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EC2NodeDriver(<a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L259">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EC2NodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.ec2.EC2APNENodeDriver.html">libcloud.compute.drivers.ec2.EC2APNENodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2APSENodeDriver.html">libcloud.compute.drivers.ec2.EC2APSENodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2EUNodeDriver.html">libcloud.compute.drivers.ec2.EC2EUNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EC2USWestNodeDriver.html">libcloud.compute.drivers.ec2.EC2USWestNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.EucNodeDriver.html">libcloud.compute.drivers.ec2.EucNodeDriver</a>, <a href="libcloud.compute.drivers.ec2.NimbusNodeDriver.html">libcloud.compute.drivers.ec2.NimbusNodeDriver</a></p>
+    </div>
+    <div>Amazon EC2 node driver<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id364">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_keypair">ex_create_keypair</a></td>
+    <td><span>Creates a new keypair</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_import_keypair">ex_import_keypair</a></td>
+    <td><span>imports a new public key</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_keypairs">ex_describe_keypairs</a></td>
+    <td><span>Describes a keypiar by name</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_security_group">ex_create_security_group</a></td>
+    <td><span>Creates a new Security Group</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_authorize_security_group_permissive">ex_authorize_security_group_permissive</a></td>
+    <td><span>Edit a Security Group to allow all traffic.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_list_availability_zones">ex_list_availability_zones</a></td>
+    <td><span>Return a list of <a 
+href="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html"><code>ExEC2AvailabilityZone</code></a>
+objects for the current region.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_tags">ex_describe_tags</a></td>
+    <td><span>Return a dictionary of tags for this instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_tags">ex_create_tags</a></td>
+    <td><span>Create tags for an instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_delete_tags">ex_delete_tags</a></td>
+    <td><span>Delete tags from an instance.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_addresses">ex_describe_addresses</a></td>
+    <td><span>Return Elastic IP addresses for all the nodes in the provided list.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_addresses_for_node">ex_describe_addresses_for_node</a></td>
+    <td><span>Return a list of Elastic IP addresses associated with this node.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_modify_instance_attribute">ex_modify_instance_attribute</a></td>
+    <td><span>Modify node attributes. A list of valid attributes can be found at 
+http://goo.gl/gxcj8</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_change_node_size">ex_change_node_size</a></td>
+    <td><span>Change the node size. Note: Node must be turned of before changing the 
+size.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new EC2 node</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><span>Reboot the node by passing in the node object</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><span>Destroy node by passing in the node object</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_pathlist">_pathlist</a></td>
+    <td><span>Converts a key and an array of values into AWS query param format.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_boolean">_get_boolean</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_terminate_boolean">_get_terminate_boolean</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_nodes">_to_nodes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_images">_to_images</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_sizes">_get_sizes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_add_instance_filter">_add_instance_filter</a></td>
+    <td><span>Add instance filter to the provided params dictionary.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id365">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><span>Block until node is fully booted and has an IP address assigned.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><span>Try to connect to the remote SSH server. If a connection times out or is
+refused it is retried up to timeout number of seconds.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><span>Run the deployment script on the provided node. At this point it is 
+assumed that SSH connection has already been established.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id366">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._pathlist">
+    
+  </a>
+  <a name="_pathlist">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _pathlist(self, key, arr):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L283" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Converts a key and an array of values into AWS query param format.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._get_boolean">
+    
+  </a>
+  <a name="_get_boolean">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_boolean(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L294" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._get_terminate_boolean">
+    
+  </a>
+  <a name="_get_terminate_boolean">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_terminate_boolean(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L298" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._to_nodes">
+    
+  </a>
+  <a name="_to_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_nodes(self, object, xpath, groups=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L304" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._to_node">
+    
+  </a>
+  <a name="_to_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_node(self, element, groups=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L309" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._to_images">
+    
+  </a>
+  <a name="_to_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_images(self, object):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L384" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._to_image">
+    
+  </a>
+  <a name="_to_image">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _to_image(self, element):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L390" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.list_nodes">
+    
+  </a>
+  <a name="list_nodes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_nodes(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L431" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_nodes">libcloud.compute.base.NodeDriver.list_nodes</a></div>
+    <div>List all nodes<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.list_sizes">
+    
+  </a>
+  <a name="list_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_sizes(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L449" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_sizes">libcloud.compute.base.NodeDriver.list_sizes</a></div>
+    <div>List sizes on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._get_sizes">
+    
+  </a>
+  <a name="_get_sizes">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_sizes(self, include_cluser_instances=False):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L456" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.list_images">
+    
+  </a>
+  <a name="list_images">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_images(self, location=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L467" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_images">libcloud.compute.base.NodeDriver.list_images</a></div>
+    <div>List images on a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L474" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#list_locations">libcloud.compute.base.NodeDriver.list_locations</a></div><div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.ec2.EucNodeDriver.html">libcloud.compute.drivers.ec2.EucNodeDriver</a></div>
+    <div>List data centers for a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_create_keypair">
+    
+  </a>
+  <a name="ex_create_keypair">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_create_keypair(self, name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L485" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Creates a new keypair<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>The name of the keypair to Create. This must be unique, otherwise an 
+InvalidKeyPair.Duplicate exception is raised. (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Note</td><td colspan="2">This is a non-standard extension API, and only works for EC2.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_import_keypair">
+    
+  </a>
+  <a name="ex_import_keypair">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_import_keypair(self, name, keyfile):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L510" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>imports a new public key<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>The name of the public key to import. This must be unique, otherwise an 
+InvalidKeyPair.Duplicate exception is raised. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">keyfile</td><td>The filename with path of the public key to import. (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Note</td><td colspan="2">This is a non-standard extension API, and only works for EC2.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_describe_keypairs">
+    
+  </a>
+  <a name="ex_describe_keypairs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_describe_keypairs(self, name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L543" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Describes a keypiar by name<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>The name of the keypair to describe. (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Note</td><td colspan="2">This is a non-standard extension API, and only works for EC2.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_create_security_group">
+    
+  </a>
+  <a name="ex_create_security_group">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_create_security_group(self, name, description):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L564" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Creates a new Security Group<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>The name of the security group to Create. This must be unique. (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">description</td><td>Human readable description of a Security Group. (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Note</td><td colspan="2">This is a non-standard extension API, and only works for EC2.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_authorize_security_group_permissive">
+    
+  </a>
+  <a name="ex_authorize_security_group_permissive">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_authorize_security_group_permissive(self, name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L581" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Edit a Security Group to allow all traffic.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">name</td><td>The name of the security group to edit (type: <code>str</code>)</td></tr><tr class="fieldStart"><td class="fieldName">Note</td><td colspan="2">This is a non-standard extension API, and only works for EC2.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_list_availability_zones">
+    
+  </a>
+  <a name="ex_list_availability_zones">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_list_availability_zones(self, only_available=True):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L625" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Return a list of <a 
+href="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html"><code>ExEC2AvailabilityZone</code></a>
+objects for the current region.</p>
+<p>Note: This is an extension method and is only available for EC2 
+driver.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">only_available</td><td>If true, return only availability zones with state 'available' (type: <code>string</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_describe_tags">
+    
+  </a>
+  <a name="ex_describe_tags">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_describe_tags(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L669" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Return a dictionary of tags for this instance.
+
+@type node: C{Node}
+@param node: Node instance
+
+@return dict Node tags</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_create_tags">
+    
+  </a>
+  <a name="ex_create_tags">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_create_tags(self, node, tags):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L698" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.ec2.NimbusNodeDriver.html">libcloud.compute.drivers.ec2.NimbusNodeDriver</a></div>
+    <div>Create tags for an instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">node</td><td>Node instance (type: <code>Node</code>)</td></tr><tr><td></td><td class="fieldArg">tags</td><td>A dictionary or other mapping of strings to strings, associating tag names 
+with tag values.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_delete_tags">
+    
+  </a>
+  <a name="ex_delete_tags">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_delete_tags(self, node, tags):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L719" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Delete tags from an instance.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">node</td><td>Node instance (type: <code>Node</code>)</td></tr><tr><td></td><td class="fieldArg">tags</td><td>A dictionary or other mapping of strings to strings, specifying the tag 
+names and tag values to be deleted.</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver._add_instance_filter">
+    
+  </a>
+  <a name="_add_instance_filter">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_instance_filter(self, params, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L740" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.ec2.EucNodeDriver.html">libcloud.compute.drivers.ec2.EucNodeDriver</a></div>
+    <div>Add instance filter to the provided params dictionary.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_describe_addresses">
+    
+  </a>
+  <a name="ex_describe_addresses">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_describe_addresses(self, nodes):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L749" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.ec2.NimbusNodeDriver.html">libcloud.compute.drivers.ec2.NimbusNodeDriver</a></div>
+    <pre>Return Elastic IP addresses for all the nodes in the provided list.
+
+@type nodes: C{list}
+@param nodes: List of C{Node} instances
+
+@return dict Dictionary where a key is a node ID and the value is a
+             list with the Elastic IP addresses associated with
+             this node.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_describe_addresses_for_node">
+    
+  </a>
+  <a name="ex_describe_addresses_for_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_describe_addresses_for_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L789" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Return a list of Elastic IP addresses associated with this node.
+
+@type node: C{Node}
+@param node: Node instance
+
+@return list Elastic IP addresses attached to this node.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_modify_instance_attribute">
+    
+  </a>
+  <a name="ex_modify_instance_attribute">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_modify_instance_attribute(self, node, attributes):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L801" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Modify node attributes.
+A list of valid attributes can be found at http://goo.gl/gxcj8
+
+@type node: C{Node}
+@param node: Node instance
+
+@type attributes: C{dict}
+@param attributes: Dictionary with node attributes
+
+@return bool True on success, False otherwise.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.ex_change_node_size">
+    
+  </a>
+  <a name="ex_change_node_size">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    ex_change_node_size(self, node, new_size):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L826" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Change the node size.
+Note: Node must be turned of before changing the size.
+
+@type node: C{Node}
+@param node: Node instance
+
+@type new_size: C{NodeSize}
+@param new_size: NodeSize intance
+
+@return bool True on success, False otherwise.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.create_node">
+    
+  </a>
+  <a name="create_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    create_node(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L849" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#create_node">libcloud.compute.base.NodeDriver.create_node</a></div>
+    <div>Create a new EC2 node</p>
+<p>See <a 
+href="libcloud.compute.base.NodeDriver.html#create_node"><code>NodeDriver.create_node</code></a>
+for more keyword args. Reference: http://bit.ly/8ZyPSy 
+[docs.amazonwebservices.com]<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">ex_mincount</td><td>Minimum number of instances to launch (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">ex_maxcount</td><td>Maximum number of instances to launch (type: <code>int</code>)</td></tr><tr><td></td><td class="fieldArg">ex_securitygroup</td><td>Name of security group (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">ex_keyname</td><td>The name of the key pair (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">ex_userdata</td><td>User data (type: <code>str</code>)</td></tr><tr><td></td><td class="fieldArg">ex_clienttoken</td><td>Unique identifier to ensure idempotency (type: <code>str</code>)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.reboot_node">
+    
+  </a>
+  <a name="reboot_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    reboot_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L927" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#reboot_node">libcloud.compute.base.NodeDriver.reboot_node</a></div>
+    <div>Reboot the node by passing in the node object<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeDriver.destroy_node">
+    
+  </a>
+  <a name="destroy_node">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    destroy_node(self, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L936" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#destroy_node">libcloud.compute.base.NodeDriver.destroy_node</a></div>
+    <div>Destroy node by passing in the node object<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeLocation.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeLocation.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeLocation.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2NodeLocation.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EC2NodeLocation : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EC2NodeLocation(<a href="libcloud.compute.base.NodeLocation.html">NodeLocation</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L144">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EC2NodeLocation">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id358">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeLocation.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeLocation.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeLocation.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, id, name, country, driver, availability_zone):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L145" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeLocation.html#__init__">libcloud.compute.base.NodeLocation.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EC2NodeLocation.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L149" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeLocation.html#__repr__">libcloud.compute.base.NodeLocation.__repr__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2Response.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2Response.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2Response.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2Response.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,110 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EC2Response : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EC2Response(<a href="libcloud.common.aws.AWSBaseResponse.html">AWSBaseResponse</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L156">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EC2Response">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>EC2 specific response parsing and error handling.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id359">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a> (via <a href="libcloud.common.aws.AWSBaseResponse.html">AWSBaseResponse</a>):
+        </p>
+        <table class="children sortable" id="id360">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.XmlResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.base.Response.html">Response</a> (via <a href="libcloud.common.aws.AWSBaseResponse.html">AWSBaseResponse</a>, <a href="libcloud.common.base.XmlResponse.html">XmlResponse</a>):
+        </p>
+        <table class="children sortable" id="id361">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.base.Response.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <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.compute.drivers.ec2.EC2Response.parse_error">
+    
+  </a>
+  <a name="parse_error">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_error(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L161" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.base.Response.html#parse_error">libcloud.common.base.Response.parse_error</a></div>
+    <div>Parse the error messages.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed error.</td></tr></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestConnection.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestConnection.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EC2USWestConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EC2USWestConnection(<a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L977">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EC2USWestConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class for EC2 in the Western US Region<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>:
+        </p>
+        <table class="children sortable" id="id373">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#add_default_params">add_default_params</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#_get_aws_auth_param">_get_aws_auth_param</a></td>
+    <td><span>Creates the signature required for AWS, per http://bit.ly/aR7GaQ 
+[docs.amazonwebservices.com]:</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestNodeDriver.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EC2USWestNodeDriver.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,300 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EC2USWestNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EC2USWestNodeDriver(<a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L985">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EC2USWestNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Driver class for EC2 in the Western US Region<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id374">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_keypair">ex_create_keypair</a></td>
+    <td><span>Creates a new keypair</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_import_keypair">ex_import_keypair</a></td>
+    <td><span>imports a new public key</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_keypairs">ex_describe_keypairs</a></td>
+    <td><span>Describes a keypiar by name</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_security_group">ex_create_security_group</a></td>
+    <td><span>Creates a new Security Group</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_authorize_security_group_permissive">ex_authorize_security_group_permissive</a></td>
+    <td><span>Edit a Security Group to allow all traffic.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_list_availability_zones">ex_list_availability_zones</a></td>
+    <td><span>Return a list of <a 
+href="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html"><code>ExEC2AvailabilityZone</code></a>
+objects for the current region.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_tags">ex_describe_tags</a></td>
+    <td><span>Return a dictionary of tags for this instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_tags">ex_create_tags</a></td>
+    <td><span>Create tags for an instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_delete_tags">ex_delete_tags</a></td>
+    <td><span>Delete tags from an instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_addresses">ex_describe_addresses</a></td>
+    <td><span>Return Elastic IP addresses for all the nodes in the provided list.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_addresses_for_node">ex_describe_addresses_for_node</a></td>
+    <td><span>Return a list of Elastic IP addresses associated with this node.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_modify_instance_attribute">ex_modify_instance_attribute</a></td>
+    <td><span>Modify node attributes. A list of valid attributes can be found at 
+http://goo.gl/gxcj8</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_change_node_size">ex_change_node_size</a></td>
+    <td><span>Change the node size. Note: Node must be turned of before changing the 
+size.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new EC2 node</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><span>Reboot the node by passing in the node object</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><span>Destroy node by passing in the node object</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_pathlist">_pathlist</a></td>
+    <td><span>Converts a key and an array of values into AWS query param format.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_boolean">_get_boolean</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_terminate_boolean">_get_terminate_boolean</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_nodes">_to_nodes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_images">_to_images</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_sizes">_get_sizes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_add_instance_filter">_add_instance_filter</a></td>
+    <td><span>Add instance filter to the provided params dictionary.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a> (via <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id375">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><span>Block until node is fully booted and has an IP address assigned.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><span>Try to connect to the remote SSH server. If a connection times out or is
+refused it is retried up to timeout number of seconds.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><span>Run the deployment script on the provided node. At this point it is 
+assumed that SSH connection has already been established.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id376">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucConnection.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucConnection.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EucConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EucConnection(<a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L1043">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EucConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class for Eucalyptus<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>:
+        </p>
+        <table class="children sortable" id="id385">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#add_default_params">add_default_params</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#_get_aws_auth_param">_get_aws_auth_param</a></td>
+    <td><span>Creates the signature required for AWS, per http://bit.ly/aR7GaQ 
+[docs.amazonwebservices.com]:</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucNodeDriver.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucNodeDriver.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucNodeDriver.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.EucNodeDriver.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,371 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.EucNodeDriver : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.EucNodeDriver(<a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L1051">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.EucNodeDriver">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Driver class for Eucalyptus<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id386">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EucNodeDriver.html#__init__">__init__</a></td>
+    <td></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EucNodeDriver.html#list_locations">list_locations</a></td>
+    <td><span>List data centers for a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EucNodeDriver.html#_add_instance_filter">_add_instance_filter</a></td>
+    <td><span>Eucalyptus driver doesn't support filtering on instance id so this is a 
+no-op.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>:
+        </p>
+        <table class="children sortable" id="id387">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_nodes">list_nodes</a></td>
+    <td><span>List all nodes @return: <code>list</code> of <a 
+href="libcloud.compute.base.Node.html"><code>Node</code></a> objects</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_sizes">list_sizes</a></td>
+    <td><span>List sizes on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeSize.html"><code>NodeSize</code></a> 
+objects</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_images">list_images</a></td>
+    <td><span>List images on a provider @return: <code>list</code> of <a 
+href="libcloud.compute.base.NodeImage.html"><code>NodeImage</code></a> 
+objects</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_keypair">ex_create_keypair</a></td>
+    <td><span>Creates a new keypair</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_import_keypair">ex_import_keypair</a></td>
+    <td><span>imports a new public key</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_keypairs">ex_describe_keypairs</a></td>
+    <td><span>Describes a keypiar by name</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_security_group">ex_create_security_group</a></td>
+    <td><span>Creates a new Security Group</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_authorize_security_group_permissive">ex_authorize_security_group_permissive</a></td>
+    <td><span>Edit a Security Group to allow all traffic.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_list_availability_zones">ex_list_availability_zones</a></td>
+    <td><span>Return a list of <a 
+href="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html"><code>ExEC2AvailabilityZone</code></a>
+objects for the current region.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_tags">ex_describe_tags</a></td>
+    <td><span>Return a dictionary of tags for this instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_create_tags">ex_create_tags</a></td>
+    <td><span>Create tags for an instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_delete_tags">ex_delete_tags</a></td>
+    <td><span>Delete tags from an instance.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_addresses">ex_describe_addresses</a></td>
+    <td><span>Return Elastic IP addresses for all the nodes in the provided list.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_describe_addresses_for_node">ex_describe_addresses_for_node</a></td>
+    <td><span>Return a list of Elastic IP addresses associated with this node.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_modify_instance_attribute">ex_modify_instance_attribute</a></td>
+    <td><span>Modify node attributes. A list of valid attributes can be found at 
+http://goo.gl/gxcj8</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#ex_change_node_size">ex_change_node_size</a></td>
+    <td><span>Change the node size. Note: Node must be turned of before changing the 
+size.</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#create_node">create_node</a></td>
+    <td><span>Create a new EC2 node</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#reboot_node">reboot_node</a></td>
+    <td><span>Reboot the node by passing in the node object</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#destroy_node">destroy_node</a></td>
+    <td><span>Destroy node by passing in the node object</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_pathlist">_pathlist</a></td>
+    <td><span>Converts a key and an array of values into AWS query param format.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_boolean">_get_boolean</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_terminate_boolean">_get_terminate_boolean</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_nodes">_to_nodes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_node">_to_node</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_images">_to_images</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_to_image">_to_image</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_get_sizes">_get_sizes</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a> (via <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id388">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#deploy_node">deploy_node</a></td>
+    <td><span>Create a new node, and start deployment.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_wait_until_running">_wait_until_running</a></td>
+    <td><span>Block until node is fully booted and has an IP address assigned.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_ssh_client_connect">_ssh_client_connect</a></td>
+    <td><span>Try to connect to the remote SSH server. If a connection times out or is
+refused it is retried up to timeout number of seconds.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_run_deployment_script">_run_deployment_script</a></td>
+    <td><span>Run the deployment script on the provided node. At this point it is 
+assumed that SSH connection has already been established.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.NodeDriver.html#_get_size_price">_get_size_price</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.BaseDriver.html">BaseDriver</a> (via <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html">EC2NodeDriver</a>, <a href="libcloud.compute.base.NodeDriver.html">NodeDriver</a>):
+        </p>
+        <table class="children sortable" id="id389">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.BaseDriver.html#_ex_connection_class_kwargs">_ex_connection_class_kwargs</a></td>
+    <td><span>Return extra connection keyword arguments which are passed to the 
+Connection class constructor.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.ec2.EucNodeDriver.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, secret=None, secure=True, host=None, path=None, port=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L1060" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.NodeDriver.html#__init__">libcloud.compute.base.NodeDriver.__init__</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><tr><td></td><td class="fieldArg">api_version</td><td>Optional API version. Only used by drivers which support multiple API 
+versions. (type: str)</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EucNodeDriver.list_locations">
+    
+  </a>
+  <a name="list_locations">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    list_locations(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L1067" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#list_locations">libcloud.compute.drivers.ec2.EC2NodeDriver.list_locations</a></div>
+    <div>List data centers for a provider<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of <a 
+href="libcloud.compute.base.NodeLocation.html"><code>NodeLocation</code></a>
+objects</td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.EucNodeDriver._add_instance_filter">
+    
+  </a>
+  <a name="_add_instance_filter">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_instance_filter(self, params, node):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L1071" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.drivers.ec2.EC2NodeDriver.html#_add_instance_filter">libcloud.compute.drivers.ec2.EC2NodeDriver._add_instance_filter</a></div>
+    <div>Eucalyptus driver doesn't support filtering on instance id so this is a 
+no-op.<table class="fieldTable"></table></div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,99 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.ExEC2AvailabilityZone : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.ExEC2AvailabilityZone(<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.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L241">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.ExEC2AvailabilityZone">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Extension class which stores information about an EC2 availability 
+zone.</p>
+<p>Note: This class is EC2 specific.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id363">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, name, zone_state, region_name):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L248" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.compute.drivers.ec2.ExEC2AvailabilityZone.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L253" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.IdempotentParamError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.IdempotentParamError.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.IdempotentParamError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.IdempotentParamError.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,88 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.IdempotentParamError : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.IdempotentParamError(<a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L946">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.IdempotentParamError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Request used the same client token as a previous, but non-identical 
+request.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id367">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.IdempotentParamError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.types.LibcloudError.html">LibcloudError</a>:
+        </p>
+        <table class="children sortable" id="id368">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LibcloudError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.compute.drivers.ec2.IdempotentParamError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L952" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__str__">libcloud.common.types.LibcloudError.__str__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div>
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.NimbusConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.NimbusConnection.html?rev=1361876&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.NimbusConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.6.1/libcloud.compute.drivers.ec2.NimbusConnection.html Mon Jul 16 01:46:54 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.drivers.ec2.NimbusConnection : API documentation</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+    <link href="apidocs.css" type="text/css" rel="stylesheet" />
+    
+    
+  </head>
+  <body>
+    <h1 class="class">l.c.d.e.NimbusConnection(<a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.compute.html">compute</a>.<a href="libcloud.compute.drivers.html">drivers</a>.<a href="libcloud.compute.drivers.ec2.html">ec2</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/ec2.py#L1105">View Source</a>
+      <a href="classIndex.html#libcloud.compute.drivers.ec2.NimbusConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Connection class for Nimbus<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      
+      
+        <p>
+          Inherited from <a href="libcloud.compute.drivers.ec2.EC2Connection.html">EC2Connection</a>:
+        </p>
+        <table class="children sortable" id="id390">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#add_default_params">add_default_params</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.drivers.ec2.EC2Connection.html#_get_aws_auth_param">_get_aws_auth_param</a></td>
+    <td><span>Creates the signature required for AWS, per http://bit.ly/aR7GaQ 
+[docs.amazonwebservices.com]:</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:46:20.
+    </address>
+  </body>
+</html>
\ No newline at end of file