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/02/09 03:00:25 UTC

svn commit: r804306 [5/36] - in /websites/staging/libcloud/trunk/content/apidocs: ./ 0.8.0/

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeConnection.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,76 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.linode.LinodeConnection : 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.l.LinodeConnection(<span title="libcloud.common.base.ConnectionKey">ConnectionKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.linode.html">linode</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L145">View Source</a>
+      <a href="classIndex.html#libcloud.common.linode.LinodeConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.dns.drivers.linode.LinodeDNSConnection.html">libcloud.dns.drivers.linode.LinodeDNSConnection</a></p>
+    </div>
+    <pre>A connection to the Linode API
+
+Wraps SSL connections to the Linode API, automagically injecting the
+parameters that the API needs for each request.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id542">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeConnection.html#add_default_params">add_default_params</a></td>
+    <td><tt>Add parameters that are necessary for every request</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.linode.LinodeConnection.add_default_params">
+    
+  </a>
+  <a name="add_default_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_params(self, params):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L153" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Add parameters that are necessary for every request
+
+This method adds C{api_key} and C{api_responseFormat} to the request.</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeException.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeException.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeException.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,127 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.linode.LinodeException : 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.l.LinodeException(<span title="Exception">Exception</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.linode.html">linode</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L44">View Source</a>
+      <a href="classIndex.html#libcloud.common.linode.LinodeException">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Error originating from the Linode API
+
+This class wraps a Linode API error, a list of which is available in the
+API documentation.  All Linode API errors are a numeric code and a
+human-readable description.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id539">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeException.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeException.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeException.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.linode.LinodeException.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, code, message):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L51" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.linode.LinodeException.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L56" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.linode.LinodeException.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L59" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.LinodeResponse.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,199 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.linode.LinodeResponse : 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.l.LinodeResponse(<a href="libcloud.common.base.JsonResponse.html">JsonResponse</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.linode.html">linode</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L63">View Source</a>
+      <a href="classIndex.html#libcloud.common.linode.LinodeResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.dns.drivers.linode.LinodeDNSResponse.html">libcloud.dns.drivers.linode.LinodeDNSResponse</a></p>
+    </div>
+    <pre>Linode API response
+
+Wraps the HTTP response returned by the Linode API, which should be JSON in
+this structure:
+
+   {
+     "ERRORARRAY": [ ... ],
+     "DATA": [ ... ],
+     "ACTION": " ... "
+   }
+
+libcloud does not take advantage of batching, so a response will always
+reflect the above format.  A few weird quirks are caught here as well.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id540">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#__init__">__init__</a></td>
+    <td><tt>Instantiate a LinodeResponse from the HTTP response</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#parse_body">parse_body</a></td>
+    <td><tt>Parse the body of the response into JSON objects</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#success">success</a></td>
+    <td><tt>Check the response for success</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#_make_excp">_make_excp</a></td>
+    <td><tt>Convert an API error to a LinodeException instance</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a> (via <a href="libcloud.common.base.JsonResponse.html">JsonResponse</a>):
+        </p>
+        <table class="children sortable" id="id541">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><tt>Decompress a response body if it is using deflate or gzip encoding.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.linode.LinodeResponse.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, response, connection):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L77" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#__init__">libcloud.common.base.Response.__init__</a></div>
+    <pre>Instantiate a LinodeResponse from the HTTP response
+
+@keyword response: The raw response returned by urllib
+@return: parsed L{LinodeResponse}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.linode.LinodeResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L97" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.JsonResponse.html#parse_body">libcloud.common.base.JsonResponse.parse_body</a></div>
+    <pre>Parse the body of the response into JSON objects
+
+If the response chokes the parser, action and data will be returned as
+None and errorarray will indicate an invalid JSON exception.
+
+@return: C{list} of objects and C{list} of errors</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.linode.LinodeResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L124" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Check the response for success
+
+The way we determine success is by the presence of an error in
+ERRORARRAY.  If one is there, we assume the whole request failed.
+
+@return: C{bool} indicating a successful request</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.linode.LinodeResponse._make_excp">
+    
+  </a>
+  <a name="_make_excp">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _make_excp(self, error):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py#L133" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.dns.drivers.linode.LinodeDNSResponse.html">libcloud.dns.drivers.linode.LinodeDNSResponse</a></div>
+    <pre>Convert an API error to a LinodeException instance
+
+@keyword error: JSON object containing C{ERRORCODE} and C{ERRORMESSAGE}
+@type error: dict</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.linode.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.linode : 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.linode : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/linode.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id538">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.linode.LinodeException.html">LinodeException</a></td>
+    <td><tt>Error originating from the Linode API</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html">LinodeResponse</a></td>
+    <td><tt>Linode API response</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.linode.LinodeConnection.html">LinodeConnection</a></td>
+    <td><tt>A connection to the Linode API</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackAuthConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackAuthConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackAuthConnection.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,279 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.openstack.OpenStackAuthConnection : 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.o.OpenStackAuthConnection(<span title="libcloud.common.base.ConnectionUserAndKey">ConnectionUserAndKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.openstack.html">openstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L74">View Source</a>
+      <a href="classIndex.html#libcloud.common.openstack.OpenStackAuthConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id536">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#authenticate">authenticate</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#authenticate_1_0">authenticate_1_0</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#authenticate_1_1">authenticate_1_1</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#authenticate_2_0_with_apikey">authenticate_2_0_with_apikey</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#authenticate_2_0_with_password">authenticate_2_0_with_password</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html#authenticate_2_0_with_body">authenticate_2_0_with_body</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, parent_conn, auth_url, auth_version, user_id, key):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L79" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.morph_action_hook">
+    
+  </a>
+  <a name="morph_action_hook">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    morph_action_hook(self, action):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L92" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L95" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.authenticate">
+    
+  </a>
+  <a name="authenticate">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    authenticate(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L100" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.authenticate_1_0">
+    
+  </a>
+  <a name="authenticate_1_0">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    authenticate_1_0(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L112" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.authenticate_1_1">
+    
+  </a>
+  <a name="authenticate_1_1">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    authenticate_1_1(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L139" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.authenticate_2_0_with_apikey">
+    
+  </a>
+  <a name="authenticate_2_0_with_apikey">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    authenticate_2_0_with_apikey(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L166" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.authenticate_2_0_with_password">
+    
+  </a>
+  <a name="authenticate_2_0_with_password">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    authenticate_2_0_with_password(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L172" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthConnection.authenticate_2_0_with_body">
+    
+  </a>
+  <a name="authenticate_2_0_with_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    authenticate_2_0_with_body(self, reqbody):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L178" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackAuthResponse.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackAuthResponse.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackAuthResponse.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,134 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.openstack.OpenStackAuthResponse : 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.o.OpenStackAuthResponse(<a href="libcloud.common.base.Response.html">Response</a>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.openstack.html">openstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L41">View Source</a>
+      <a href="classIndex.html#libcloud.common.openstack.OpenStackAuthResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id534">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthResponse.html#success">success</a></td>
+    <td><tt>Determine if our request was successful.</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthResponse.html#parse_body">parse_body</a></td>
+    <td><tt>Parse response body.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id535">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.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.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><tt>Parse the error messages.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><tt>Decompress a response body if it is using deflate or gzip encoding.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L42" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#success">libcloud.common.base.Response.success</a></div>
+    <pre>Determine if our request was successful.
+
+The meaning of this can be arbitrary; did we receive OK status? Did
+the node get created? Were we authenticated?
+
+@return: C{True} or C{False}</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackAuthResponse.parse_body">
+    
+  </a>
+  <a name="parse_body">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    parse_body(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L45" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Response.html#parse_body">libcloud.common.base.Response.parse_body</a></div>
+    <pre>Parse response body.
+
+Override in a provider's subclass.
+
+@return: Parsed body.</pre>
+  </div>
+</div>
+    <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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackBaseConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackBaseConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.OpenStackBaseConnection.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,255 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.openstack.OpenStackBaseConnection : 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.o.OpenStackBaseConnection(<span title="libcloud.common.base.ConnectionUserAndKey">ConnectionUserAndKey</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.openstack.html">openstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L205">View Source</a>
+      <a href="classIndex.html#libcloud.common.openstack.OpenStackBaseConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html">libcloud.compute.drivers.openstack.OpenStackComputeConnection</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceConnection.html">libcloud.loadbalancer.drivers.rackspace.RackspaceConnection</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">libcloud.storage.drivers.cloudfiles.CloudFilesConnection</a></p>
+    </div>
+    <div class="undocumented">No class docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id537">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#add_default_headers">add_default_headers</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#base_url">base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#request">request</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_base_url">_get_base_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_get_default_region">_get_default_region</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_populate_hosts_and_request_paths">_populate_hosts_and_request_paths</a></td>
+    <td><tt>OpenStack uses a separate host for API calls which is only provided after an initial authentication request. If we haven't made that request yet, do it here. Otherwise, just return the management host.</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, user_id, key, secure=True, host=None, port=None, ex_force_base_url=None, ex_force_auth_url=None, ex_force_auth_version=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L209" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceConnection.html">libcloud.loadbalancer.drivers.rackspace.RackspaceConnection</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">libcloud.storage.drivers.cloudfiles.CloudFilesConnection</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection.add_default_headers">
+    
+  </a>
+  <a name="add_default_headers">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    add_default_headers(self, headers):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L229" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection.morph_action_hook">
+    
+  </a>
+  <a name="morph_action_hook">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    morph_action_hook(self, action):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L234" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection.base_url">
+    
+  </a>
+  <a name="base_url">
+    
+  </a>
+  <div class="functionHeader">
+    @property<br />
+    def
+    base_url(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L248" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection._get_base_url">
+    
+  </a>
+  <a name="_get_base_url">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_base_url(self, url_key):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L251" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection._get_default_region">
+    
+  </a>
+  <a name="_get_default_region">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_default_region(self, arr):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L260" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection.request">
+    
+  </a>
+  <a name="request">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    request(self, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L265" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.openstack.OpenStackComputeConnection.html">libcloud.compute.drivers.openstack.OpenStackComputeConnection</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceConnection.html">libcloud.loadbalancer.drivers.rackspace.RackspaceConnection</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesConnection.html">libcloud.storage.drivers.cloudfiles.CloudFilesConnection</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection._populate_hosts_and_request_paths">
+    
+  </a>
+  <a name="_populate_hosts_and_request_paths">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _populate_hosts_and_request_paths(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L269" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>OpenStack uses a separate host for API calls which is only provided
+after an initial authentication request. If we haven't made that
+request yet, do it here. Otherwise, just return the management host.</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.openstack.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.openstack : 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.openstack : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Common utilities for OpenStack</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id533">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthResponse.html">OpenStackAuthResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthConnection.html">OpenStackAuthConnection</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a></td>
+    <td><span class="undocumented">No class docstring; 1/8 methods documented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.rackspace.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.rackspace.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.rackspace.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.rackspace : 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.rackspace : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/rackspace.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Common settings for Rackspace Cloud Servers and Cloud Files</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.InvalidCredsError.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.InvalidCredsError.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.InvalidCredsError.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.types.InvalidCredsError : 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.t.InvalidCredsError(<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.common.html">common</a>.<a href="libcloud.common.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L58">View Source</a>
+      <a href="classIndex.html#libcloud.common.types.InvalidCredsError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Exception used when invalid credentials are used on a provider.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id579">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.InvalidCredsError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.InvalidCredsError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.types.InvalidCredsError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, value='Invalid credentials with the provider', driver=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L61" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__init__">libcloud.common.types.LibcloudError.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.InvalidCredsError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L66" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.LazyList.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.LazyList.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.LazyList.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,201 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.types.LazyList : 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.t.LazyList(<span title="object">object</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L74">View Source</a>
+      <a href="classIndex.html#libcloud.common.types.LazyList">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id580">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LazyList.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LazyList.html#__iter__">__iter__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LazyList.html#__getitem__">__getitem__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LazyList.html#__len__">__len__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LazyList.html#__repr__">__repr__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LazyList.html#_load_all">_load_all</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.types.LazyList.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, get_more, value_dict=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L76" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.LazyList.__iter__">
+    
+  </a>
+  <a name="__iter__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __iter__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L84" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.LazyList.__getitem__">
+    
+  </a>
+  <a name="__getitem__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __getitem__(self, index):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L92" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.LazyList.__len__">
+    
+  </a>
+  <a name="__len__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __len__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L98" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.LazyList.__repr__">
+    
+  </a>
+  <a name="__repr__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __repr__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L102" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.LazyList._load_all">
+    
+  </a>
+  <a name="_load_all">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _load_all(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L108" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.LibcloudError.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.LibcloudError.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.LibcloudError.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.types.LibcloudError : 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.t.LibcloudError(<span title="Exception">Exception</span>) : class documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a>.<a href="libcloud.common.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L25">View Source</a>
+      <a href="classIndex.html#libcloud.common.types.LibcloudError">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.types.InvalidCredsError.html">libcloud.common.types.InvalidCredsError</a>, <a href="libcloud.common.types.MalformedResponseError.html">libcloud.common.types.MalformedResponseError</a>, <a href="libcloud.compute.drivers.ec2.IdempotentParamError.html">libcloud.compute.drivers.ec2.IdempotentParamError</a>, <a href="libcloud.compute.drivers.opsource.OpsourceAPIException.html">libcloud.compute.drivers.opsource.OpsourceAPIException</a>, <a href="libcloud.compute.drivers.softlayer.SoftLayerException.html">libcloud.compute.drivers.softlayer.SoftLayerException</a>, <a href="libcloud.compute.types.DeploymentError.html">libcloud.compute.types.DeploymentError</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoError.html">libcloud.dns.drivers.zerigo.ZerigoError</a>, <a href="libcloud.dns.types.RecordError.html">libcloud.dns.types.RecordError</a>, <a href="libcloud.dns.types.ZoneError.html">libcloud.dns.types.ZoneError</a>, <a href="libclou
 d.loadbalancer.types.LibcloudLBError.html">libcloud.loadbalancer.types.LibcloudLBError</a>, <a href="libcloud.storage.types.ContainerError.html">libcloud.storage.types.ContainerError</a>, <a href="libcloud.storage.types.ObjectError.html">libcloud.storage.types.ObjectError</a></p>
+    </div>
+    <pre>The base class for other libcloud exceptions</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id577">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LibcloudError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LibcloudError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.types.LibcloudError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, value, driver=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L28" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.types.InvalidCredsError.html">libcloud.common.types.InvalidCredsError</a>, <a href="libcloud.common.types.MalformedResponseError.html">libcloud.common.types.MalformedResponseError</a>, <a href="libcloud.compute.drivers.opsource.OpsourceAPIException.html">libcloud.compute.drivers.opsource.OpsourceAPIException</a>, <a href="libcloud.compute.types.DeploymentError.html">libcloud.compute.types.DeploymentError</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoError.html">libcloud.dns.drivers.zerigo.ZerigoError</a>, <a href="libcloud.dns.types.RecordError.html">libcloud.dns.types.RecordError</a>, <a href="libcloud.dns.types.ZoneError.html">libcloud.dns.types.ZoneError</a>, <a href="libcloud.storage.types.ContainerError.html">libcloud.storage.types.ContainerError</a>, <a href="libcloud.storage.types.ObjectError.html">libcloud.storage.types.ObjectError</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.LibcloudError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L32" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.common.types.InvalidCredsError.html">libcloud.common.types.InvalidCredsError</a>, <a href="libcloud.common.types.MalformedResponseError.html">libcloud.common.types.MalformedResponseError</a>, <a href="libcloud.compute.drivers.ec2.IdempotentParamError.html">libcloud.compute.drivers.ec2.IdempotentParamError</a>, <a href="libcloud.compute.drivers.opsource.OpsourceAPIException.html">libcloud.compute.drivers.opsource.OpsourceAPIException</a>, <a href="libcloud.compute.types.DeploymentError.html">libcloud.compute.types.DeploymentError</a>, <a href="libcloud.dns.drivers.zerigo.ZerigoError.html">libcloud.dns.drivers.zerigo.ZerigoError</a>, <a href="libcloud.dns.types.RecordError.html">libcloud.dns.types.RecordError</a>, <a href="libcloud.dns.types.ZoneError.html">libcloud.dns.types.ZoneError</a>, <a href="libcloud.storage.types.ContainerError.html">libcloud.storage.types.ContainerError</a>, <a href="libcloud.storage.type
 s.ObjectError.html">libcloud.storage.types.ObjectError</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.MalformedResponseError.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.MalformedResponseError.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.MalformedResponseError.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,99 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.types.MalformedResponseError : 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.t.MalformedResponseError(<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.common.html">common</a>.<a href="libcloud.common.types.html">types</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L39">View Source</a>
+      <a href="classIndex.html#libcloud.common.types.MalformedResponseError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <pre>Exception for the cases when a provider returns a malformed
+response, e.g. you request JSON and provider returns
+'&lt;h3&gt;something&lt;/h3&gt;' due to some error on their side.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id578">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.MalformedResponseError.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.MalformedResponseError.html#__str__">__str__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.types.MalformedResponseError.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, value, body=None, driver=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L44" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__init__">libcloud.common.types.LibcloudError.__init__</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.types.MalformedResponseError.__str__">
+    
+  </a>
+  <a name="__str__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __str__(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py#L49" 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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.common.types.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,69 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.types : 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.types : module documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a>.<a href="libcloud.common.html">common</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/types.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id576">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.types.LibcloudError.html">LibcloudError</a></td>
+    <td><tt>The base class for other libcloud exceptions</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.types.MalformedResponseError.html">MalformedResponseError</a></td>
+    <td><tt>Exception for the cases when a provider returns a malformed response, e.g. you request JSON and provider returns '&lt;h3&gt;something&lt;/h3&gt;' due to some error on their side.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.types.InvalidCredsError.html">InvalidCredsError</a></td>
+    <td><tt>Exception used when invalid credentials are used on a provider.</tt></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.types.LazyList.html">LazyList</a></td>
+    <td><span class="undocumented">Undocumented</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.__init__.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.__init__.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.__init__.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,40 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.__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.__init__ : 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/__init__.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <pre>Module for working with Cloud Servers</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.ConnectionKey.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.ConnectionKey.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.ConnectionKey.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,148 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.base.ConnectionKey : 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.ConnectionKey(<a href="libcloud.common.base.Connection.html">Connection</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/common/base.py#L727">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.ConnectionKey">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.base.ConnectionUserAndKey.html">libcloud.compute.base.ConnectionUserAndKey</a></p>
+    </div>
+    <pre>A Base Connection class to derive from, which includes a</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id114">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.ConnectionKey.html#__init__">__init__</a></td>
+    <td><tt>Initialize `user_id` and `key`; set `secure` to an C{int} based on passed value.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a>:
+        </p>
+        <table class="children sortable" id="id115">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><tt>Establish a connection with the API server.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><tt>Append a token to a user agent string.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><tt>Request a given `action`.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_params">add_default_params</a></td>
+    <td><tt>Adds default parameters (such as API key, version, etc.) to the passed `params`</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><tt>Adds default headers (such as Authorization, X-Foo-Bar) to the passed `headers`</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#pre_connect_hook">pre_connect_hook</a></td>
+    <td><tt>A hook which is called before connecting to the remote server. This hook can perform a final manipulation on the params, headers and url parameters.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><tt>Encode body data.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.ConnectionKey.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, key, secure=True, host=None, port=None, url=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L731" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.base.Connection.html#__init__">libcloud.common.base.Connection.__init__</a></div><div class="interfaceinfo">overridden in <a href="libcloud.compute.base.ConnectionUserAndKey.html">libcloud.compute.base.ConnectionUserAndKey</a></div>
+    <pre>Initialize `user_id` and `key`; set `secure` to an C{int} based on
+passed value.</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.ConnectionUserAndKey.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.ConnectionUserAndKey.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.ConnectionUserAndKey.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,148 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.base.ConnectionUserAndKey : 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.ConnectionUserAndKey(<a href="libcloud.compute.base.ConnectionKey.html">ConnectionKey</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/common/base.py#L739">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.ConnectionUserAndKey">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.cloudstack.CloudStackConnection.html">libcloud.common.cloudstack.CloudStackConnection</a></p>
+    </div>
+    <pre>Base connection which accepts a user_id and key</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id116">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.ConnectionUserAndKey.html#__init__">__init__</a></td>
+    <td><tt>Initialize `user_id` and `key`; set `secure` to an C{int} based on passed value.</tt></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Connection.html">Connection</a> (via <a href="libcloud.compute.base.ConnectionKey.html">ConnectionKey</a>):
+        </p>
+        <table class="children sortable" id="id117">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#set_context">set_context</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#connect">connect</a></td>
+    <td><tt>Establish a connection with the API server.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#user_agent_append">user_agent_append</a></td>
+    <td><tt>Append a token to a user agent string.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#request">request</a></td>
+    <td><tt>Request a given `action`.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#morph_action_hook">morph_action_hook</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_params">add_default_params</a></td>
+    <td><tt>Adds default parameters (such as API key, version, etc.) to the passed `params`</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#add_default_headers">add_default_headers</a></td>
+    <td><tt>Adds default headers (such as Authorization, X-Foo-Bar) to the passed `headers`</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#pre_connect_hook">pre_connect_hook</a></td>
+    <td><tt>A hook which is called before connecting to the remote server. This hook can perform a final manipulation on the params, headers and url parameters.</tt></td>
+  </tr><tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#encode_data">encode_data</a></td>
+    <td><tt>Encode body data.</tt></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_tuple_from_url">_tuple_from_url</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Connection.html#_user_agent">_user_agent</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.base.ConnectionUserAndKey.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, user_id, key, secure=True, host=None, port=None, url=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/base.py#L746" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.compute.base.ConnectionKey.html#__init__">libcloud.common.base.ConnectionKey.__init__</a></div>
+    <pre>Initialize `user_id` and `key`; set `secure` to an C{int} based on
+passed value.</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.LibcloudHTTPSConnection.html
==============================================================================
--- websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.LibcloudHTTPSConnection.html (added)
+++ websites/staging/libcloud/trunk/content/apidocs/0.8.0/libcloud.compute.base.LibcloudHTTPSConnection.html Thu Feb  9 02:00:15 2012
@@ -0,0 +1,249 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.compute.base.LibcloudHTTPSConnection : 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.LibcloudHTTPSConnection(<span title="libcloud.utils.py3.httplib.HTTPSConnection">httplib.HTTPSConnection</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/httplib_ssl.py#L29">View Source</a>
+      <a href="classIndex.html#libcloud.compute.base.LibcloudHTTPSConnection">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.common.base.LoggingHTTPSConnection.html">libcloud.common.base.LoggingHTTPSConnection</a></p>
+    </div>
+    <pre>LibcloudHTTPSConnection
+
+Subclass of HTTPSConnection which verifies certificate names
+if and only if CA certificates are available.</pre>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id118">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#__init__">__init__</a></td>
+    <td><tt>Constructor</tt></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#connect">connect</a></td>
+    <td><tt>Connect</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_setup_verify">_setup_verify</a></td>
+    <td><tt>Setup Verify SSL or not</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_setup_ca_cert">_setup_ca_cert</a></td>
+    <td><tt>Setup CA Certs</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_verify_hostname">_verify_hostname</a></td>
+    <td><tt>Verify hostname against peer cert</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_get_subject_alt_names">_get_subject_alt_names</a></td>
+    <td><tt>Get SubjectAltNames</tt></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.compute.base.LibcloudHTTPSConnection.html#_get_common_name">_get_common_name</a></td>
+    <td><tt>Get Common Name</tt></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.httplib_ssl.LibcloudHTTPSConnection.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, *args, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/httplib_ssl.py#L38" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Constructor
+        </pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.httplib_ssl.LibcloudHTTPSConnection._setup_verify">
+    
+  </a>
+  <a name="_setup_verify">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _setup_verify(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/httplib_ssl.py#L44" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Setup Verify SSL or not
+
+Reads security module's VERIFY_SSL_CERT and toggles whether
+the class overrides the connect() class method or runs the
+inherited httplib.HTTPSConnection connect()</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.httplib_ssl.LibcloudHTTPSConnection._setup_ca_cert">
+    
+  </a>
+  <a name="_setup_ca_cert">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _setup_ca_cert(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/httplib_ssl.py#L59" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Setup CA Certs
+
+Search in CA_CERTS_PATH for valid candidates and
+return first match.  Otherwise, complain about certs
+not being available.</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.httplib_ssl.LibcloudHTTPSConnection.connect">
+    
+  </a>
+  <a name="connect">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    connect(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/httplib_ssl.py#L86" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Connect
+
+Checks if verification is toggled; if not, just call
+httplib.HTTPSConnection's connect</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.httplib_ssl.LibcloudHTTPSConnection._verify_hostname">
+    
+  </a>
+  <a name="_verify_hostname">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _verify_hostname(self, hostname, cert):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/httplib_ssl.py#L113" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Verify hostname against peer cert
+
+Check both commonName and entries in subjectAltName, using a
+rudimentary glob to dns regex check to find matches</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.httplib_ssl.LibcloudHTTPSConnection._get_subject_alt_names">
+    
+  </a>
+  <a name="_get_subject_alt_names">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_subject_alt_names(self, cert):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/httplib_ssl.py#L139" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Get SubjectAltNames
+
+Retrieve 'subjectAltName' attributes from cert data structure</pre>
+  </div>
+</div><div class="function">
+  <a name="libcloud.httplib_ssl.LibcloudHTTPSConnection._get_common_name">
+    
+  </a>
+  <a name="_get_common_name">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _get_common_name(self, cert):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/httplib_ssl.py#L152" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <pre>Get Common Name
+
+Retrieve 'commonName' attribute from cert data structure</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-02-08 17:57:04.
+    </address>
+  </body>
+</html>
\ No newline at end of file