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:49:54 UTC

svn commit: r1361884 [5/40] - /libcloud/site/trunk/content/apidocs/0.9.1/

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.GoGridResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.GoGridResponse.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.GoGridResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.GoGridResponse.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,158 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.gogrid.GoGridResponse : 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.g.GoGridResponse(<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.gogrid.html">gogrid</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/gogrid.py#L37">View Source</a>
+      <a href="classIndex.html#libcloud.common.gogrid.GoGridResponse">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.loadbalancer.drivers.gogrid.GoGridLBResponse.html">libcloud.loadbalancer.drivers.gogrid.GoGridLBResponse</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id696">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gogrid.GoGridResponse.html#__init__">__init__</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gogrid.GoGridResponse.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.gogrid.GoGridResponse.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.JsonResponse.html">JsonResponse</a>:
+        </p>
+        <table class="children sortable" id="id697">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.JsonResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></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="id698">
+  
+  
+<tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><span>Decompress a response body if it is using deflate or gzip encoding.</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.gogrid.GoGridResponse.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, *args, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/gogrid.py#L39" 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>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.gogrid.GoGridResponse.success">
+    
+  </a>
+  <a name="success">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    success(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/gogrid.py#L43" 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><div class="interfaceinfo">overridden in <a href="libcloud.loadbalancer.drivers.gogrid.GoGridLBResponse.html">libcloud.loadbalancer.drivers.gogrid.GoGridLBResponse</a></div>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.gogrid.GoGridResponse.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/common/gogrid.py#L56" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.gogrid.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,70 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.gogrid : 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.gogrid : 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/gogrid.py">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No module docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id695">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.gogrid.GoGridResponse.html">GoGridResponse</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.gogrid.GoGridConnection.html">GoGridConnection</a></td>
+    <td><span>Connection class for the GoGrid driver</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.gogrid.GoGridIpAddress.html">GoGridIpAddress</a></td>
+    <td><span>IP Address</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.gogrid.BaseGoGridDriver.html">BaseGoGridDriver</a></td>
+    <td><span>GoGrid has common object model for services they provide, like locations
+and IP, so keep handling of these things in a single place.</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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,105 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common : 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="package">l.common : package documentation</h1>
+    <p>
+      <span id="part">Part of <a href="libcloud.html">libcloud</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common">View Source</a>
+      
+    </p>
+    <div>
+      
+    </div>
+    <div class="undocumented">No package docstring</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id631">
+  
+  
+<tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.aws.html">aws</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.base.html">base</a></td>
+    <td><span class="undocumented">No module docstring; 9/10 classes documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.brightbox.html">brightbox</a></td>
+    <td><span class="undocumented">No module docstring; 1/2 classes documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.cloudstack.html">cloudstack</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.gandi.html">gandi</a></td>
+    <td><span>Gandi driver base classes</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.gogrid.html">gogrid</a></td>
+    <td><span class="undocumented">No module docstring; 3/4 classes documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.linode.html">linode</a></td>
+    <td><span class="undocumented">No module docstring; 3/3 classes documented</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.openstack.html">openstack</a></td>
+    <td><span>Common utilities for OpenStack</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.rackspace.html">rackspace</a></td>
+    <td><span>Common settings for Rackspace Cloud Servers and Cloud Files</span></td>
+  </tr><tr class="module">
+    
+    
+    <td>Module</td>
+    <td><a href="libcloud.common.types.html">types</a></td>
+    <td><span class="undocumented">No module docstring; 3/4 classes documented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    
+    <address>
+      <a href="index.html">API Documentation</a> for <a href="http://libcloud.apache.org">libcloud</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2012-07-15 18:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeConnection.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeConnection.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,75 @@
+<!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#L152">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>
+    <div>A connection to the Linode API</p>
+<p>Wraps SSL connections to the Linode API, automagically injecting the 
+parameters that the API needs for each request.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id662">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeConnection.html#add_default_params">add_default_params</a></td>
+    <td><span>Add parameters that are necessary for every request</span></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#L162" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>Add parameters that are necessary for every request</p>
+<p>This method adds <code>api_key</code> and 
+<code>api_responseFormat</code> to the request.<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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeException.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeException.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeException.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeException.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,126 @@
+<!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#L47">View Source</a>
+      <a href="classIndex.html#libcloud.common.linode.LinodeException">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Error originating from the Linode API</p>
+<p>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.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id659">
+  
+  
+<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#L54" 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#L59" 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#L62" 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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeResponse.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.LinodeResponse.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,188 @@
+<!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#L66">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="id660">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#__init__">__init__</a></td>
+    <td><span>Instantiate a LinodeResponse from the HTTP response</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse the body of the response into JSON objects</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#success">success</a></td>
+    <td><span>Check the response for success</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html#_make_excp">_make_excp</a></td>
+    <td><span>Convert an API error to a LinodeException instance</span></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="id661">
+  
+  
+<tr class="basemethod">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#parse_error">parse_error</a></td>
+    <td><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><span>Decompress a response body if it is using deflate or gzip encoding.</span></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#L80" 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>
+    <div>Instantiate a LinodeResponse from the HTTP response<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">response</td><td>The raw response returned by urllib</td></tr><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">parsed <a 
+href="libcloud.common.linode.LinodeResponse.html"><code>LinodeResponse</code></a></td></tr></table></div>
+  </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#L104" 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>
+    <div>Parse the body of the response into JSON objects</p>
+<p>If the response chokes the parser, action and data will be returned as 
+None and errorarray will indicate an invalid JSON exception.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>list</code> of objects and <code>list</code> of errors</td></tr></table></div>
+  </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#L131" 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>
+    <div>Check the response for success</p>
+<p>The way we determine success is by the presence of an error in 
+ERRORARRAY.  If one is there, we assume the whole request failed.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>bool</code> indicating a successful request</td></tr></table></div>
+  </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#L140" 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>
+    <div>Convert an API error to a LinodeException instance<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">error</td><td>JSON object containing <code>ERRORCODE</code> and <code>ERRORMESSAGE</code> (type: dict)</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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.linode.html Mon Jul 16 01:49:43 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="id658">
+  
+  
+<tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.linode.LinodeException.html">LinodeException</a></td>
+    <td><span>Error originating from the Linode API</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.linode.LinodeResponse.html">LinodeResponse</a></td>
+    <td><span>Linode API response</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.linode.LinodeConnection.html">LinodeConnection</a></td>
+    <td><span>A connection to the Linode API</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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthConnection.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthConnection.html Mon Jul 16 01:49:43 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#L79">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="id673">
+  
+  
+<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, tenant_name=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L84" 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#L98" 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#L101" 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#L106" 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#L118" 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#L148" 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#L177" 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#L188" 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#L200" 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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthResponse.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthResponse.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthResponse.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackAuthResponse.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,128 @@
+<!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#L44">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="id671">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthResponse.html#success">success</a></td>
+    <td><span>Determine if our request was successful.</span></td>
+  </tr><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackAuthResponse.html#parse_body">parse_body</a></td>
+    <td><span>Parse response body.</span></td>
+  </tr>
+  
+</table>
+      
+        <p>
+          Inherited from <a href="libcloud.common.base.Response.html">Response</a>:
+        </p>
+        <table class="children sortable" id="id672">
+  
+  
+<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><span>Parse the error messages.</span></td>
+  </tr><tr class="basemethod private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.base.Response.html#_decompress_response">_decompress_response</a></td>
+    <td><span>Decompress a response body if it is using deflate or gzip encoding.</span></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#L45" 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>
+    <div>Determine if our request was successful.</p>
+<p>The meaning of this can be arbitrary; did we receive OK status? Did the 
+node get created? Were we authenticated?<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2"><code>True</code> or <code>False</code></td></tr></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.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#L48" 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>
+    <div>Parse response body.</p>
+<p>Override in a provider's subclass.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">Parsed body.</td></tr></table></div>
+  </div>
+</div>
+    <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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackBaseConnection.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackBaseConnection.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackBaseConnection.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackBaseConnection.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,242 @@
+<!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#L305">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>Base class for OpenStack connections.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Parameters</td><td class="fieldArg">user_id</td><td>User name to use when authenticating (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">key</td><td>Secret to use when authenticating. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">secure</td><td>Use HTTPS?  (True by default.) (type: <code>bool</code>)</td></tr><tr><td></td><td class="fieldArg">ex_force_base_url</td><td>Base URL for connection requests.  If not specified, this will be 
+determined by authenticating. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_force_auth_url</td><td>Base URL for authentication requests. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_force_auth_version</td><td>Authentication version to use.  If not specified, defaults to 
+AUTH_API_VERSION. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_force_auth_token</td><td>Authentication token to use for connection requests.  If specified, the 
+connection will not attempt to authenticate, and the value of 
+ex_force_base_url will be used to determine the base request URL.  If 
+ex_force_auth_token is passed in, ex_force_base_url must also be provided. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_tenant_name</td><td>When authenticating, provide this tenant name to the identity service.  A 
+scoped token will be returned. Some cloud providers require the tenant name
+to be provided at authentication time.  Others will use a default tenant if
+none is provided. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_force_service_type</td><td>Service type to use when selecting an service.  If not specified, a 
+provider specific default will be used. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_force_service_name</td><td>Service name to use when selecting an service.  If not specified, a 
+provider specific default will be used. (type: <code>string</code>)</td></tr><tr><td></td><td class="fieldArg">ex_force_service_region</td><td>Region to use when selecting an service.  If not specified, a provider 
+specific default will be used. (type: <code>string</code>)</td></tr></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id675">
+  
+  
+<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#get_endpoint">get_endpoint</a></td>
+    <td><span>Selects the endpoint to use based on provider specific values, or 
+overrides passed in by the user when setting up the driver.</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#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#_populate_hosts_and_request_paths">_populate_hosts_and_request_paths</a></td>
+    <td><span>OpenStack uses a separate host for API calls which is only provided 
+after an initial authentication request.</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html#_add_cache_busting_to_params">_add_cache_busting_to_params</a></td>
+    <td><span class="undocumented">Undocumented</span></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, ex_force_auth_token=None, ex_tenant_name=None, ex_force_service_type=None, ex_force_service_name=None, ex_force_service_region=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L364" 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.get_endpoint">
+    
+  </a>
+  <a name="get_endpoint">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_endpoint(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L396" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.rackspace.RackspaceConnection.html">libcloud.compute.drivers.rackspace.RackspaceConnection</a>, <a href="libcloud.compute.drivers.rackspacenova.RackspaceNovaConnection.html">libcloud.compute.drivers.rackspacenova.RackspaceNovaConnection</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSConnection.html">libcloud.dns.drivers.rackspace.RackspaceDNSConnection</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>Selects the endpoint to use based on provider specific values, or 
+overrides passed in by the user when setting up the driver.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Returns</td><td colspan="2">url of the relevant endpoint for the driver</td></tr></table></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#L421" 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#L426" 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#L430" 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#L434" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div>OpenStack uses a separate host for API calls which is only provided 
+after an initial authentication request.<table class="fieldTable"></table></div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackBaseConnection._add_cache_busting_to_params">
+    
+  </a>
+  <a name="_add_cache_busting_to_params">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _add_cache_busting_to_params(self, params):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L464" 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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackDriverMixin.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackDriverMixin.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackDriverMixin.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackDriverMixin.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,97 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.openstack.OpenStackDriverMixin : 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.OpenStackDriverMixin(<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.openstack.html">openstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L473">View Source</a>
+      <a href="classIndex.html#libcloud.common.openstack.OpenStackDriverMixin">View In Hierarchy</a>
+    </p>
+    <div>
+      <p>Known subclasses: <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceLBDriver.html">libcloud.loadbalancer.drivers.rackspace.RackspaceLBDriver</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver</a></p>
+    </div>
+    <div class="undocumented">Undocumented</div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id676">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackDriverMixin.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.OpenStackDriverMixin.html#openstack_connection_kwargs">openstack_connection_kwargs</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.openstack.OpenStackDriverMixin.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, *args, **kwargs):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L475" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overridden in <a href="libcloud.compute.drivers.openstack.OpenStackNodeDriver.html">libcloud.compute.drivers.openstack.OpenStackNodeDriver</a>, <a href="libcloud.dns.drivers.rackspace.RackspaceDNSDriver.html">libcloud.dns.drivers.rackspace.RackspaceDNSDriver</a>, <a href="libcloud.loadbalancer.drivers.rackspace.RackspaceLBDriver.html">libcloud.loadbalancer.drivers.rackspace.RackspaceLBDriver</a>, <a href="libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver.html">libcloud.storage.drivers.cloudfiles.CloudFilesStorageDriver</a></div>
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackDriverMixin.openstack_connection_kwargs">
+    
+  </a>
+  <a name="openstack_connection_kwargs">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    openstack_connection_kwargs(self):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L485" 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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackServiceCatalog.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackServiceCatalog.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackServiceCatalog.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.OpenStackServiceCatalog.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,153 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+  "DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <title>libcloud.common.openstack.OpenStackServiceCatalog : 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.OpenStackServiceCatalog(<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.openstack.html">openstack</a></span>
+      <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L230">View Source</a>
+      <a href="classIndex.html#libcloud.common.openstack.OpenStackServiceCatalog">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>http://docs.openstack.org/api/openstack-identity-service/2.0/content/</p>
+<p>This class should be instanciated with the contents of the 
+'serviceCatalog' in the auth response. This will do the work of figuring 
+out which services actually exist in the catalog as well as split them up 
+by type, name, and region if available<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id674">
+  
+  
+<tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackServiceCatalog.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.OpenStackServiceCatalog.html#get_endpoint">get_endpoint</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackServiceCatalog.html#_parse_auth_v1">_parse_auth_v1</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr><tr class="method private">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.openstack.OpenStackServiceCatalog.html#_parse_auth_v2">_parse_auth_v2</a></td>
+    <td><span class="undocumented">Undocumented</span></td>
+  </tr>
+  
+</table>
+      
+      
+    </div>
+    
+    
+    
+
+    <div class="function">
+  <a name="libcloud.common.openstack.OpenStackServiceCatalog.__init__">
+    
+  </a>
+  <a name="__init__">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    __init__(self, service_catalog, ex_force_auth_version=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L243" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackServiceCatalog.get_endpoint">
+    
+  </a>
+  <a name="get_endpoint">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    get_endpoint(self, service_type=None, name=None, region=None):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L257" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackServiceCatalog._parse_auth_v1">
+    
+  </a>
+  <a name="_parse_auth_v1">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _parse_auth_v1(self, service_catalog):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L270" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    
+    <div class="undocumented">Undocumented</div>
+  </div>
+</div><div class="function">
+  <a name="libcloud.common.openstack.OpenStackServiceCatalog._parse_auth_v2">
+    
+  </a>
+  <a name="_parse_auth_v2">
+    
+  </a>
+  <div class="functionHeader">
+    
+    def
+    _parse_auth_v2(self, service_catalog):
+    <a href="https://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py#L284" 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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.openstack.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,75 @@
+<!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>
+    <div>Common utilities for OpenStack<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id670">
+  
+  
+<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.OpenStackServiceCatalog.html">OpenStackServiceCatalog</a></td>
+    <td><span>http://docs.openstack.org/api/openstack-identity-service/2.0/content/</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.openstack.OpenStackBaseConnection.html">OpenStackBaseConnection</a></td>
+    <td><span>Base class for OpenStack connections.</span></td>
+  </tr><tr class="class">
+    
+    
+    <td>Class</td>
+    <td><a href="libcloud.common.openstack.OpenStackDriverMixin.html">OpenStackDriverMixin</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-07-15 18:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.rackspace.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.rackspace.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.rackspace.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.rackspace.html Mon Jul 16 01:49:43 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>
+    <div>Common settings for Rackspace Cloud Servers and Cloud Files<table class="fieldTable"></table></div>
+
+    
+    
+    <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-07-15 18:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.InvalidCredsError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.InvalidCredsError.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.InvalidCredsError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.InvalidCredsError.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,113 @@
+<!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#L61">View Source</a>
+      <a href="classIndex.html#libcloud.common.types.InvalidCredsError">View In Hierarchy</a>
+    </p>
+    <div>
+      
+    </div>
+    <div>Exception used when invalid credentials are used on a provider.<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id636">
+  
+  
+<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#__repr__">__repr__</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="id637">
+  
+  
+<tr class="basemethod">
+    
+    
+    <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.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#L64" 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.__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#L69" class="functionSourceLink">
+      
+      (source)
+    </a>
+  </div>
+  <div class="functionBody">
+    <div class="interfaceinfo">overrides <a href="libcloud.common.types.LibcloudError.html#__repr__">libcloud.common.types.LibcloudError.__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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LazyList.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LazyList.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LazyList.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LazyList.html Mon Jul 16 01:49:43 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#L77">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="id638">
+  
+  
+<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#L79" 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#L87" 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#L95" 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#L101" 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#L105" 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#L111" 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:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file

Added: libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LibcloudError.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LibcloudError.html?rev=1361884&view=auto
==============================================================================
--- libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LibcloudError.html (added)
+++ libcloud/site/trunk/content/apidocs/0.9.1/libcloud.common.types.LibcloudError.html Mon Jul 16 01:49:43 2012
@@ -0,0 +1,123 @@
+<!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>
+    <div>The base class for other libcloud exceptions<table class="fieldTable"></table></div>
+
+    
+    
+    <div id="splitTables">
+      <table class="children sortable" id="id633">
+  
+  
+<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><tr class="method">
+    
+    
+    <td>Method</td>
+    <td><a href="libcloud.common.types.LibcloudError.html#__repr__">__repr__</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.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.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.__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#L35" 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.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.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-07-15 18:49:10.
+    </address>
+  </body>
+</html>
\ No newline at end of file