Author: buildbot
Date: Wed Nov 2 01:24:40 2011
New Revision: 797920
Log:
Staging update by buildbot
Modified:
websites/staging/libcloud/trunk/content/docs/compute-base-api.html
Modified: websites/staging/libcloud/trunk/content/docs/compute-base-api.html
==============================================================================
--- websites/staging/libcloud/trunk/content/docs/compute-base-api.html
(original)
+++ websites/staging/libcloud/trunk/content/docs/compute-base-api.html Wed Nov
2 01:24:40 2011
@@ -75,34 +75,34 @@
<h3 id="list_nodes">list_nodes</h3>
<p><strong>Method signature</strong>:
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_nodes">driver.list_nodes()</a><br
/>
+<a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_nodes">driver.list_nodes()</a><br
/>
<strong>Description</strong>: Return a list of all the nodes belonging to your
account.<br />
</p>
<h3 id="list_images">list_images</h3>
<p><strong>Method signature</strong>:
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_images">driver.list_images()</a><br
/>
+<a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_images">driver.list_images()</a><br
/>
<strong>Description</strong>: Return a list of all the available images.</p>
<h3 id="list_sizes">list_sizes</h3>
<p><strong>Method signature</strong>:
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_sizes">driver.list_sizes()</a><br
/>
+<a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_sizes">driver.list_sizes()</a><br
/>
<strong>Description</strong>: Return a list of all the available sizes.</p>
<h3 id="list_locations">list_locations</h3>
<p><strong>Method signature</strong>:
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_locations">driver.list_locations()</a><br
/>
+<a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_locations">driver.list_locations()</a><br
/>
<strong>Description</strong>: Return a list of all the available locations.</p>
<h3 id="create_node">create_node</h3>
<p><strong>Method signature</strong>:
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#create_node">driver.create_node(name,
size, image)</a><br />
+<a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#create_node">driver.create_node(name,
size, image)</a><br />
<strong>Description</strong>: Create a new node instance.</p>
<p>Keep in mind that a lot drivers also take additional optional keyword
arguments
which are documented in the each driver API docs page.</p>
<h3 id="deploy_node">deploy_node</h3>
-<p><strong>Method signature</strong>: <a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#deploy_node">driver.deploy_node(name,
size, image,
+<p><strong>Method signature</strong>: <a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#deploy_node">driver.deploy_node(name,
size, image,
deploy)</a><br />
<strong>Description</strong>: Create a new node instance and run a deployment
script on it.
More about deployment functionality can be found on the <a
href="/docs/compute-deployment.html">Deployment
@@ -110,14 +110,14 @@ page</a>.</p>
<h3 id="reboot_node">reboot_node</h3>
<p><strong>Method signature</strong>:
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#reboot_node">driver.reboot_node(node)</a>,
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.Node.html#reboot">node.reboot()</a><br
/>
+<a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#reboot_node">driver.reboot_node(node)</a>,
+<a
href="/apidocs/current/libcloud.compute.base.Node.html#reboot">node.reboot()</a><br
/>
<strong>Description</strong>: Restart a node.</p>
<h3 id="destroy_node">destroy_node</h3>
<p><strong>Method signature</strong>:
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#destroy_node">driver.destroy_node(node)</a>,
-<a
href="http://localhost:8000/apidocs/current/libcloud.compute.base.Node.html#destroy">node.destroy()</a><br
/>
+<a
href="/apidocs/current/libcloud.compute.base.NodeDriver.html#destroy_node">driver.destroy_node(node)</a>,
+<a
href="/apidocs/current/libcloud.compute.base.Node.html#destroy">node.destroy()</a><br
/>
<strong>Description</strong>: Destroy a running or stopped node. This
operation will in most cases also
destroy all the data (disk, snapshots, etc.) associated with this node so
be careful when you use it.</p>