You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/11/15 15:31:45 UTC

svn commit: r1409808 [2/2] - in /deltacloud/trunk/site: content/ output/ tmp/

Modified: deltacloud/trunk/site/output/load-balancers.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/load-balancers.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/load-balancers.html (original)
+++ deltacloud/trunk/site/output/load-balancers.html Thu Nov 15 14:31:41 2012
@@ -103,11 +103,12 @@ This collection is not supported by all 
 </p>
 
 <ul>
-<li>a <strong>list of instances</strong>;</li>
+  <li>a <strong>list of instances</strong>;</li>
   <li>a <strong>public address</strong> representing the IP address that the balancer will respond on to client requests;</li>
   <li>a <strong>created_at</strong> timestamp; and</li>
   <li>a list of <strong>listeners</strong>.</li>
 </ul>
+
 <p>
 Each <strong>listener</strong> has a <strong>protocol</strong> (e.g. TCP), a <strong>load balancer port</strong> and an <strong>instance port</strong>. The load balancer represents the port on which the balancer accepts connections. The instance port represents the port on which network traffic is forwarded to instances in the <strong>instance list</strong>.
 </p>
@@ -116,14 +117,14 @@ Each <strong>listener</strong> has a <st
   <div class="span3">
 
 <ul class="nav nav-list well">
-<li class="nav-header">
+  <li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
   <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <ul class="nav nav-list">
-<li><a href="realms.html">Realms</a></li>
+    <li><a href="realms.html">Realms</a></li>
     <li><a href="hardware-profiles.html">Hardware profiles</a></li>
     <li><a href="images.html">Images</a></li>
     <li><a href="instance-states.html">Instance states</a></li>
@@ -133,19 +134,24 @@ Each <strong>listener</strong> has a <st
     <li><a href="addresses.html">Addresses</a></li>
     <li class="active"><a href="#load">Load balancers</a></li>
   </ul>
-<li><a href="storage-resources.html">Storage resources</a></li>
+  <li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-</div>
+
+  </div>
 </div>
 
 <p><br></p>
 
 <ul class="nav nav-pills">
-<li class="active"><a href="#tab1" data-toggle="tab">Get the details of all load balancers</a></li>
+  <li class="active"><a href="#tab1" data-toggle="tab">Get the details of all load balancers</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details for a load balancer</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a load balancer</a></li>
   <li><a href="#tab4" data-toggle="tab">Register/unregister an instance</a></li>
-</ul><hr><div class="tab-content">
+</ul>
+
+<hr>
+
+<div class="tab-content">
   <div class="tab-pane active" id="tab1">
 
 
@@ -410,6 +416,7 @@ Date: Thu, 28 Jul 2011 19:09:17 GMT
 
 <p><br></p>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/rest-api.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/rest-api.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/rest-api.html (original)
+++ deltacloud/trunk/site/output/rest-api.html Thu Nov 15 14:31:41 2012
@@ -112,12 +112,12 @@ The following terms describe abstraction
   <div class="span3">
 
 <ul class="nav nav-list well">
-<li class="nav-header">
+  <li class="nav-header">
     REST API
   </li>
   <li class="active"><a href="#rest">Introduction</a></li>
   <ul class="nav nav-list">
-<li><a href="#collections">Collections</a></li>
+    <li><a href="#collections">Collections</a></li>
     <li><a href="#requests">Client requests</a></li>
     <li><a href="#auth">Authentication</a></li>
     <li><a href="#response">Server responses</a></li>
@@ -125,11 +125,12 @@ The following terms describe abstraction
     <li><a href="#stab">API stability</a></li>
     <li><a href="#doc">Online documentation</a></li>
   </ul>
-<li><a href="api-entry-point.html">API entry point</a></li>
+  <li><a href="api-entry-point.html">API entry point</a></li>
   <li><a href="compute-resources.html">Compute resources</a></li>
   <li><a href="storage-resources.html">Storage resources</a></li>
 </ul>
-</div>
+
+  </div>
 </div>
 
 <dl class="dl dl-horizontal">
@@ -241,19 +242,21 @@ You may come across the following change
 </p>
 
 <ul>
-<li>adding new collections, or supporting new operations on existing collections</li>
+  <li>adding new collections, or supporting new operations on existing collections</li>
   <li>adding optional parameters to existing operations</li>
   <li>adding additional attributes and elements to the XML/JSON responses</li>
 </ul>
+
 <p>
 On the other hand, these changes would violate API stability and therefore they are not made:
 </p>
 
 <ul>
-<li>removing an operation on a collection</li>
+  <li>removing an operation on a collection</li>
   <li>making an optional parameter for an operation mandatory</li>
   <li>removing attributes or elements from XML responses</li>
 </ul>
+
 <h3 id="doc">Online documentation</h3>
 
 <p>
@@ -265,6 +268,7 @@ You can access an automatically generate
 <br>
 </dl>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/ruby-client.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/ruby-client.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/ruby-client.html (original)
+++ deltacloud/trunk/site/output/ruby-client.html Thu Nov 15 14:31:41 2012
@@ -109,7 +109,7 @@ puts instance.hardware_profile.architect
   <div class="span4">
   
 <ul class="nav nav-list well">
-<li class="nav-header">Deltacloud Ruby Client</li>
+  <li class="nav-header">Deltacloud Ruby Client</li>
   <li class="active"><a href="#realms">Listing realms</a></li>
   <li><a href="#profiles">Listing hardware profiles</a></li>
   <li><a href="#images">Listing images</a></li>
@@ -118,7 +118,8 @@ puts instance.hardware_profile.architect
   <li><a href="#instances3">Manipulating instances</a></li>
   <li><a href="http://deltacloud.apache.org/ruby-client/doc/index.html">Client documentation</a></li>
 </ul>
-</div>
+
+  </div>
 </div>
 
 <p>You can access a specific realm by adding its identifier:</p>
@@ -211,6 +212,7 @@ puts instance.hardware_profile.architect
 
 <p><br></p>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/run-deltacloud-server.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/run-deltacloud-server.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/run-deltacloud-server.html (original)
+++ deltacloud/trunk/site/output/run-deltacloud-server.html Thu Nov 15 14:31:41 2012
@@ -172,6 +172,7 @@ The browser will ask for credentials. To
 
 <p><br></p>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/send-patch.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/send-patch.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/send-patch.html (original)
+++ deltacloud/trunk/site/output/send-patch.html Thu Nov 15 14:31:41 2012
@@ -90,18 +90,20 @@
       <p><br></p>
 
 <ul class="breadcrumb">
-<li>
+  <li>
     <a href="how-to-contribute.html#how">How to contribute?</a> <span class="divider">/</span>
   </li>
   <li class="active">Send a patch</li>
-</ul><h3>Formatting and sending patches</h3>
+</ul>
+
+<h3>Formatting and sending patches</h3>
 
 <p>
 The Deltacloud community works with <a href="http://book.git-scm.com/">Git</a>. The process of contributing to the project we prefer contains these steps: <strong>local_branch → patch → review → accept → commit</strong> process for contributing to the project. This is how the typical workflow used by the core developers looks like:
 </p>
 
 <ol>
-<li>
+  <li>
   <p>
   Set the following settings inside the git configuration file. The config file is located in the root of the Deltacloud project in a hidden <strong>.git</strong> directory. Open the config file with your preferred editor:
   </p>
@@ -231,12 +233,14 @@ $ git send-email --compose --subject 'so
   The other members of the community will review your patches. The patch has to receive at least one <strong>ACK </strong>and no <strong>NACK</strong> to be approved. Then the patch will be committed by one of the Deltacloud developers with commit rights to the Apache repo. If noone is responding to your patch sent to mailing list, feel free to remind yourself after few days.
   </p>
   </li>
-</ol><p>
+</ol>
+
+<p>
 You can also contribute to the project by reviewing patches sent by other contributors:
 </p>
 
 <ol>
-<li>
+  <li>
   <p>
   Make a new branch where you will apply the patches and test:
   </p>
@@ -272,7 +276,9 @@ $ git am /path/to/patches/0001-name-of-p
 If you think the patches are working correctly, send an <strong>ACK</strong> to the Deltacloud <a href="http://mail-archives.apache.org/mod_mbox/deltacloud-dev/">mailing list</a>. Similarly, if you think the patches could cause a problem, send a <strong>NACK</strong> and explain the issue you have found.
 </p>
   </li>
-</ol><p>
+</ol>
+
+<p>
   <a class="btn btn-inverse btn-large" style="float: right" data-toggle="modal" href="#tests">Test the patch</a>
   <a class="btn btn-inverse btn-large" href="how-to-contribute.html"><i class="icon-arrow-left icon-white" style="vertical-align:baseline"> </i> Back</a>
 </p>
@@ -328,6 +334,7 @@ $ cucumber ../tests/ec2
   </div>
 </div>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/storage-resources.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/storage-resources.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/storage-resources.html (original)
+++ deltacloud/trunk/site/output/storage-resources.html Thu Nov 15 14:31:41 2012
@@ -99,11 +99,12 @@ Storage resources are divided into two g
 </p>
 
 <ul>
-<li>
+  <li>
 <strong>storage volumes</strong>, which can be attached to a running instance (accessible by the instance OS)</li>
   <li>
 <strong>blob storage</strong>, which represents a generic 'key &lt;−−&gt; value' based data store, as implemented by Rackspace CloudFiles or Amazon S3</li>
 </ul>
+
 <p>
 <strong>Storage snapshots</strong> represent a storage volume, a backup which is created at a particular point of time (a snapshot).
 </p>
@@ -118,7 +119,7 @@ A storage volume has
   <div class="span3">
 
 <ul class="nav nav-list well">
-<li class="nav-header">
+  <li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
@@ -126,21 +127,24 @@ A storage volume has
   <li><a href="compute-resources.html">Compute resources</a></li>
   <li class="active"><a href="#resources">Storage resources</a></li>
   <ul class="nav nav-list">
-<li><a href="#volumes">Storage volumes</a></li>
+    <li><a href="#volumes">Storage volumes</a></li>
     <li><a href="storage-snapshots.html">Storage snapshots</a></li>
     <li><a href="blob-storage.html">Blob storage</a></li>
   </ul>
 </ul>
-</div>
+
+  </div>
 </div>
 
 <ul>
-<li>a <strong>capacity</strong> expressed in Gigabytes;</li>
+  <li>a <strong>capacity</strong> expressed in Gigabytes;</li>
   <li>a <strong>created</strong> timestamp;</li>
   <li>a <strong>realm_id</strong> specifying the realm in which the volume exists;</li>
   <li>a <strong>state</strong> (for Amazon EC2 this is one of creating, available, in-use, deleting, deleted, error); and </li>
   <li>a set of <strong>actions</strong>.</li>
-</ul><p>
+</ul>
+
+<p>
 When attached to an instance, a storage volume will also expose a <strong>mount</strong> element
 which contains the attributes <strong>instance </strong>and <strong>device</strong>, specifying the instance, to which the volume is attached, and the mount point (e.g. /dev/sdh), respectively.
 </p>
@@ -148,11 +152,15 @@ which contains the attributes <strong>in
 <p><br></p>
 
 <ul class="nav nav-pills">
-<li class="active"><a href="#tab1" data-toggle="tab">Get a list of all volumes</a></li>
+  <li class="active"><a href="#tab1" data-toggle="tab">Get a list of all volumes</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details of volume</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a volume</a></li>
   <li><a href="#tab4" data-toggle="tab">Attach/detach a volume</a></li>
-</ul><hr><div class="tab-content">
+</ul>
+
+<hr>
+
+<div class="tab-content">
   <div class="tab-pane active" id="tab1">
 
 <h4>Get a list of all storage volumes</h4>
@@ -462,6 +470,7 @@ Content-Length: 709
 
 <p><br></p>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/storage-snapshots.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/storage-snapshots.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/storage-snapshots.html (original)
+++ deltacloud/trunk/site/output/storage-snapshots.html Thu Nov 15 14:31:41 2012
@@ -99,20 +99,26 @@ A storage snapshot captures the state of
 </p>
 
 <ul>
-<li>a <strong>created timestamp</strong>; and</li>
+  <li>a <strong>created timestamp</strong>; and</li>
   <li>a <strong>storage volume </strong>attribute referring to the volume from which the snapshot was made.</li>
 </ul>
-<br><br><ul class="nav nav-pills">
-<li class="active"><a href="#tab1" data-toggle="tab">Get a list of all snapshots</a></li>
+
+<br>
+<br>
+
+<ul class="nav nav-pills">
+  <li class="active"><a href="#tab1" data-toggle="tab">Get a list of all snapshots</a></li>
   <li><a href="#tab2" data-toggle="tab">Get the details of a snapshot</a></li>
   <li><a href="#tab3" data-toggle="tab">Create/delete a snapshot</a></li>
 </ul>
+
 <hr>
-</div>
+
+  </div>
   <div class="span3">
 
 <ul class="nav nav-list well">
-<li class="nav-header">
+  <li class="nav-header">
     REST API
   </li>
   <li><a href="rest-api.html">Introduction</a></li>
@@ -120,12 +126,13 @@ A storage snapshot captures the state of
   <li><a href="compute-resources.html">Compute resources</a></li>
   <li><a href="storage-resources.html">Storage resources</a></li>
   <ul class="nav nav-list">
-<li><a href="storage-resources.html#volumes">Storage volumes</a></li>
+    <li><a href="storage-resources.html#volumes">Storage volumes</a></li>
     <li class="active"><a href="#snapshots">Storage snapshots</a></li>
     <li><a href="blob-storage.html">Blob storage</a></li>
   </ul>
 </ul>
-</div>
+
+  </div>
 </div>
 
 <div class="tab-content">
@@ -284,6 +291,7 @@ Date: Thu, 28 Jul 2011 22:26:07 GMT
 
 <p><br></p>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/supported-providers.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/supported-providers.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/supported-providers.html (original)
+++ deltacloud/trunk/site/output/supported-providers.html Thu Nov 15 14:31:41 2012
@@ -92,8 +92,9 @@
 
 <h4>Compute Driver Functionality</h4>
 <table class="table-bordered table-striped table-condensed">
-<thead><tr>
-<th class="emptycell"> </th>
+  <thead>
+    <tr>
+      <th class="emptycell"> </th>
       <th>
         Create new instances
       </th>
@@ -121,10 +122,11 @@
       <th>
         List all/get details about instances
       </th>
-    </tr></thead>
-<tbody>
-<tr>
-<td class="provider">
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td class="provider">
         <strong>Amazon EC2</strong>
       </td>
       <td>yes</td>
@@ -138,8 +140,8 @@
       <td>yes</td>
       
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Eucalyptus</strong>
       </td>
       <td>yes</td>
@@ -152,8 +154,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>IBM SmartCloud</strong>
       </td>
       <td>yes</td>
@@ -166,8 +168,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>GoGrid</strong>
       </td>
       <td>yes</td>
@@ -180,8 +182,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>OpenNebula</strong>
       </td>
       <td>yes</td>
@@ -194,8 +196,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Rackspace</strong>
       </td>
       <td>yes</td>
@@ -208,8 +210,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>RHEV-M</strong>
       </td>
       <td>yes</td>
@@ -222,8 +224,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>RimuHosting</strong>
       </td>
       <td>yes</td>
@@ -236,8 +238,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Terremark</strong>
       </td>
       <td>yes</td>
@@ -250,8 +252,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>vSphere</strong>
       </td>
       <td>yes</td>
@@ -264,8 +266,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>OpenStack</strong>
       </td>
       <td>yes</td>
@@ -278,8 +280,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>FGCP</strong>
       </td>
       <td>yes</td>
@@ -292,8 +294,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Aruba cloud.it</strong>
       </td>
       <td>yes</td>
@@ -306,12 +308,14 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-</tbody>
-</table><p><br></p>
+  </tbody>
+</table>
+<p><br></p>
 <h4>Storage Driver Functionality</h4>
 <table class="table-bordered table-striped table-condensed">
-<thead><tr>
-<th class="emptycell"> </th>
+  <thead>
+    <tr>
+      <th class="emptycell"> </th>
       <th>
         Create new buckets
       </th>
@@ -330,10 +334,11 @@
       <th>
         Read/write individual blob attributes
       </th>
-    </tr></thead>
-<tbody>
-<tr>
-<td class="provider">
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td class="provider">
         <strong>Amazon S3</strong>
       </td>
       <td>yes</td>
@@ -343,8 +348,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Eucalyptus Walrus</strong>
       </td>
       <td>yes</td>
@@ -354,8 +359,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Rackspace CloudFiles</strong>
       </td>
       <td>yes</td>
@@ -365,8 +370,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Microsoft Azure</strong>
       </td>
       <td>yes</td>
@@ -376,8 +381,8 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-<tr>
-<td class="provider">
+    <tr>
+      <td class="provider">
         <strong>Google Storage</strong>
       </td>
       <td>yes</td>
@@ -387,21 +392,25 @@
       <td>yes</td>
       <td>yes</td>
     </tr>
-</tbody>
-</table><p><br></p>
+  </tbody>
+</table>
+
+<p><br></p>
 
 <h4 id="credentials">Cloud provider credentials</h4>
 <table class="table-bordered table-striped table-condensed">
-<thead><tr>
-<th>Cloud</th>
+  <thead>
+    <tr>
+      <th>Cloud</th>
       <th>Driver</th>
       <th>Username</th>
       <th>Password</th>
       <th>Notes</th>
-    </tr></thead>
-<tbody>
-<tr>
-<td style="text-align:left">
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align:left">
         <strong>mock</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">mock</span></td>
@@ -409,8 +418,8 @@
       <td style="text-align:left"><span style="font-size:x-small">mockpassword</span></td>
       <td style="text-align:left">The mock driver doesn't talk to any cloud; it just pretends to be a cloud.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>Amazon EC2/S3</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">ec2</span></td>
@@ -418,8 +427,8 @@
       <td style="text-align:left">Secret Access Key</td>
       <td style="text-align:left">This information can be found on the <a href="http://aws-portal.amazon.com/gp/aws/developer/account/index.html?action=access-key">Security Credentials</a> page in your AWS account.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>Eucalyptus</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">eucalyptus</span></td>
@@ -427,8 +436,8 @@
       <td style="text-align:left">Secret Access Key</td>
       <td style="text-align:left"></td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>GoGrid</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">gogrid</span></td>
@@ -436,8 +445,8 @@
       <td style="text-align:left">Shared Secret</td>
       <td style="text-align:left">Go to <span style="font-size:x-small">My Account &gt; API Keys</span> for <a href="https://my.gogrid.com/gogrid/com.servepath.gogrid.GoGrid/index.html">your account</a> and click on the key you want to use to find the shared secret.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>IBM SmartCloud</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">sbc</span></td>
@@ -445,8 +454,8 @@
       <td style="text-align:left">Password</td>
       <td style="text-align:left"></td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>Microsoft Azure (Storage Account only)</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">azure</span></td>
@@ -454,8 +463,8 @@
       <td style="text-align:left">Primary Access Key</td>
       <td style="text-align:left">The Storage Account Name is chosen when you create the service (e.g. name in http://name.blob.core.windows.net/). This and the access key are available from the service control panel.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>OpenNebula</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">opennebula</span></td>
@@ -463,8 +472,8 @@
       <td style="text-align:left">OpenNebula password</td>
       <td style="text-align:left">Set the environment variable OCCI_URL to the address on which OpenNebula's OCCI server is listening.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>Rackspace Cloud Servers/Cloud Files</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">rackspace</span></td>
@@ -472,8 +481,8 @@
       <td style="text-align:left">API Key</td>
       <td style="text-align:left">Obtain the key from the <a href="https://manage.rackspacecloud.com/APIAccess.do">API Access</a> page in your control panel.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>RHEV-M</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">rhevm</span></td>
@@ -483,8 +492,8 @@
       <td style="text-align:left">RHEV-M password</td>
       <td style="text-align:left">Set environment variable API_PROVIDER to the URL of the RHEV-M REST API endpoint. </td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>Rimuhosting</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">rimuhosting</span></td>
@@ -492,8 +501,8 @@
       <td style="text-align:left">API Key</td>
       <td style="text-align:left"></td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>Terremark</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">terremark</span></td>
@@ -501,8 +510,8 @@
       <td style="text-align:left">Password</td>
       <td style="text-align:left"></td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>VMware vSphere</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">vsphere</span></td>
@@ -510,8 +519,8 @@
       <td style="text-align:left">vSphere user password</td>
       <td style="text-align:left">Set environment variable API_PROVIDER to the hostname of the vSphere server.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>OpenStack</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">openstack</span></td>
@@ -519,8 +528,8 @@
       <td style="text-align:left">OpenStack user password</td>
       <td style="text-align:left">Set environment variable API_PROVIDER to the URL of OpenStack API entrypoint.</td>
     </tr>
-<tr>
-<td style="text-align:left">
+    <tr>
+      <td style="text-align:left">
         <strong>Aruba cloud.it</strong>
       </td>
       <td style="text-align:left"><span style="font-size:x-small">aruba</span></td>
@@ -528,9 +537,10 @@
       <td style="text-align:left">Password</td>
       <td style="text-align:left"></td>
     </tr>
-</tbody>
+  </tbody>
 </table>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/usage.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/usage.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/usage.html (original)
+++ deltacloud/trunk/site/output/usage.html Thu Nov 15 14:31:41 2012
@@ -145,7 +145,10 @@ openstack = client.with_config(:driver =
 
 <a class="btn btn-inverse btn-large" style="float: right" href="ruby-client.html">Work with the Ruby client</a>
 
-<br><br><h3>HTTP clients - cURL</h3>
+<br>
+<br>
+
+<h3>HTTP clients - cURL</h3>
 
 <p>
 Basically, you interact with the Deltacloud server via HTTP calls, so you can use any HTTP client to talk to Deltacloud using the <a href="rest-api.html">REST API</a>.
@@ -214,7 +217,10 @@ The <strong>'-iv'</strong> flags will en
 
 <a class="btn btn-inverse btn-large" style="float: right" href="curl-examples.html">Working with cURL</a>
 
-<br><br><h3>Libdeltacloud Client (C library)</h3>
+<br>
+<br>
+
+<h3>Libdeltacloud Client (C library)</h3>
 <p>
 Libdeltacloud is a C/C++ library for accessing the Deltacloud API. It exports convenient structures and functions for manipulating cloud objects through the Deltacloud API.
 </p>
@@ -236,6 +242,8 @@ Due to the magic of libtool versioning, 
 
 <br>
 
+
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/use-the-api.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/use-the-api.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/use-the-api.html (original)
+++ deltacloud/trunk/site/output/use-the-api.html Thu Nov 15 14:31:41 2012
@@ -89,6 +89,7 @@
 
       
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/output/write-new-driver.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/write-new-driver.html?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/output/write-new-driver.html (original)
+++ deltacloud/trunk/site/output/write-new-driver.html Thu Nov 15 14:31:41 2012
@@ -90,16 +90,19 @@
       <p><br></p>
 
 <ul class="breadcrumb">
-<li>
+  <li>
     <a href="how-to-contribute.html#how">How to contribute?</a> <span class="divider">/</span>
   </li>
   <li class="active">Write a provider driver</li>
-</ul><h3 id="driver">Write a provider driver</h3>
+</ul>
+
+<h3 id="driver">Write a provider driver</h3>
 
 <p>The deltacloud drivers are stored in <strong>deltacloud/server/lib/deltacloud/drivers</strong>.</p>
 
 <ol>
-<li>
+
+  <li>
 
   <p>
   To add a driver for a hypotetical <strong>Foo</strong> cloud, add a directory into /drivers/ and then add a file for a driver itself:
@@ -138,7 +141,9 @@ end
   </p>
   
   </li>
-</ol><p>Thus, your driver for the cloud provider Foo may look like:</p>
+</ol>
+
+<p>Thus, your driver for the cloud provider Foo may look like:</p>
 
 <pre>
 require 'deltacloud/base_driver'
@@ -205,26 +210,30 @@ The voodoo used here (i.e. definition of
 <p>Valid states are:</p>
 
 <ul>
-<li><strong>:begin</strong></li>
+  <li><strong>:begin</strong></li>
   <li><strong>:pending</strong></li>
   <li><strong>:running</strong></li>
   <li><strong>:shutting_down</strong></li>
   <li><strong>:stopped</strong></li>
   <li><strong>:end</strong></li>
-</ul><p>The instance is located in the<strong>:begin</strong> state before being created. Immediately after being destroyed the instance is removed to the <strong>:end</strong> state.</p>
+</ul>
+
+<p>The instance is located in the<strong>:begin</strong> state before being created. Immediately after being destroyed the instance is removed to the <strong>:end</strong> state.</p>
 
 <p>Valid transition actions are:</p>
 
 <ul>
-<li><strong>:stop</strong></li>
+  <li><strong>:stop</strong></li>
   <li><strong>:start</strong></li>
   <li><strong>:reboot</strong></li>
-</ul><p>The action <strong>:automatically</strong> may be used to indicate a tranisition that may occur without an action being triggered (see the example above).</p>
+</ul>
+
+<p>The action <strong>:automatically</strong> may be used to indicate a tranisition that may occur without an action being triggered (see the example above).</p>
 
 <p>You can implement some other methods according to the collections you will be supporting:</p>
 
 <ul>
-<li><strong>hardware_profiles(credentials, opts=nil)</strong></li>
+  <li><strong>hardware_profiles(credentials, opts=nil)</strong></li>
   <li><strong>images(credentials, opts=nil)</strong></li>
   <li><strong>realms(credentials, opts=nil)</strong></li>
   <li><strong>instances(credentials, opts=nil)</strong></li>
@@ -232,7 +241,9 @@ The voodoo used here (i.e. definition of
   <li><strong>reboot_instance(credentials, id)</strong></li>
   <li><strong>stop_instance(credentials, id)</strong></li>
   <li><strong>destroy_instance(credentials, id)</strong></li>
-</ul><p>
+</ul>
+
+<p>
 The <strong>hardware_profiles(...)</strong> method should return an array of HardwareProfile objects. The <strong>opts</strong> hash, if present, must be inspected for <strong>:id</strong> and <strong>:architecture</strong> keys. If these keys are available, the results should be filtered by the value associated with each key. The <strong>filter_on(...)</strong> helper method is used for the filtering and as you can see from existing driver method definitions, is invoked in many of the driver collection methods:
 </p>
 
@@ -317,6 +328,7 @@ $ cucumber ../tests/ec2
   </div>
 </div>
 
+
       <footer class="footer">
         <p class="pull-right"><span class='icon-circle-arrow-up'>&nbsp;</span><a href="#">Back to top</a></p>
         <div class='row'>

Modified: deltacloud/trunk/site/tmp/checksums
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/tmp/checksums?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
--- deltacloud/trunk/site/tmp/checksums (original)
+++ deltacloud/trunk/site/tmp/checksums Thu Nov 15 14:31:41 2012
@@ -1,2 +1,2 @@
-{:versioni:	data{‹[:	item"/send-patch/"Vfdbcdd54c34c46f5698d87a65d3de67fe543e097,f132d569d5da09ee377c4fdf7c01a819c892e354[;""/assets/js/bootstrap-tooltip/"V157726ffae9863f59117bf7e4eeb8029164aeafe,c271986cf7acb77b8dd009702255fa2edbb39491[;"/assets/js/bootstrap-tab/"V3a072f4908be4775e13bae8eaa37ffaa405a3525,5735bfe5a615b86cd4d1e67df7ae5249a7714075[;" /assets/less/progress-bars/"V908e6816ff2e373db0641ee457c12ad8b66de7b4,a7f2a4025f376fa05514ff2daba2dbd9a703cdeb[;"/assets/less/carousel/"V3bd504eb569396863064fb7fb69f47ca83126920,5e4024de3fc010a16fd2e533b25e542a84eb1593[;"/#writing-tests/"V5b060565b1d5c0adbe7ecc787deb3a73d42efeec,74c1403d701cee1e037d044f1ca097b29119f992[;"/#keys/"Vc766b54075d8adecdbec2d077f599794004759d3,05aab93fc592236b878876fd11d56192e8ffd870[;"/assets/less/dropdowns/"V6ef418e2353599d9dd5ee67fda34da58c889f878,56e54d6dbc6d844326f75151806f6f8d946be2fc[;"/assets/img/asf_logo_wide/"V1905cd920359d5c1e8e7e6e41e8573183bf6a505,235deee08898
 18ea8e5b6573177943aeb276e05a[;"/#run-deltacloud-server/"Vd0897aad29da08b713c3291537df303a4637173e,4b670f07c2619b0cd56f9b250b97ba7802c99bd9[;"/credentials/"V553630e8e8df9acf5ff3260a3d58969766cb99b4,1139a0fe975b690b76b90186d979dbbd480d8b27[;"/assets/less/bootstrap/"V8037841f6c1bbaa5f9b9b5446e5c39fd819601c0,854ac5d5c3219382e0c0aa25e59f867d35af4d45[;"/hardware-profiles/"V5677fc8ed528130987e42eb710d2fa58cdeb4af3,5e510884de1daa3ff501a4954d9528b5b374b5d3[;"/storage-resources/"V388ab2e832432b069181292f5533a422c9185bdd,acf1f2ce39642e86c5d79ece2c47aedfdf28ef15[;"
/#index/"V8a89aa3709b54116d766e86f10dc7560779884a5,33cd780308e9df1aeeacacb5befd22ce0fe3ccd6[;"/assets/js/application/"V79306982737066d779e0bc6091a9cca4c3da46df,54889513a83e51e13b049771982e25f8da57f169[;"/#api-entry-point/"Vde67028541e8342dd2c00255b5d49a41ce5e56fd,eccccfb42e1105ce79528609d609653e193fa01d[;"/assets/less/accordion/"Vffa707e5a20c888cb8e9145afd033e1d80ebaed4,d279b45954d214796fc49dbbb3e3a9f5ff31b04b[;"/#credentials/"Vadc83b19e793491b1c6ea0fd8b46cd9f32e592fc,c4e4f469145ad90aeed7ee49302209bd7ad9d6b9[;"/assets/less/type/"V6532ece49c404f8fae4aaa63a3feb634848b329d,e67476549f3196ce2b9a74875bfc8807427c95f0[;"/assets/less/utilities/"V300b7347ac3a201cfedc9ea83c1e1caf58c3cd83,b8ded4207e291891ca0a4520266df9b7f681b3bf[;"/link-page/"V643e58513021696d27f67c6e871630f9c9f58063,8193c4c1ced483def91e8b6974ce825f6ea8af87[;"/assets/less/mixins/"V18d39b4b5e6fd3b3ff3378633b57fa51d874e0dd,14bd1604201abd2df128855456329db5b8d4b22e[;"#/assets/js/bootstrap-dropdown/"
 V79e2a7108c5c80dc9c8ffbd56f923402cd99db19,ea5b41e39ca7ac72b0a832cdf0d68c6109d0239f[;"/assets/js/jquery-1/"V9eb9ac595e9b5544e2dc79fff7cd2d0b4b5ef71f,f008cc45c1d27e5f85764aa01b50f6d3352a3e70[;"
/#about/"V318f2cd2e88ef2b0672e2cf6eb5e5cf807114404,62e7de1b00039de5e773481801868989814126da[;"/#storage-snapshots/"V896872d239b5a7774ca9ffb79ac1f3c49e6ed549,91e717d6b628ac5e0aacf8f282b6360c2af6a96c[;"/assets/less/pager/"V0692b0761671d7130881c22db44f0cb5f48d8966,83306311acf2dca850d4d68187716ad2c5781ec6[;"/#getting-sources/"V2f6abacf1767ed1b1225a8b269775a5d7f908d6b,dd6c0b2551cbeece863825afffc9dc6ea4358a95[;"/how-to-contribute/"V523e7c8960a54e584aa40fa30ce0b452d641b80d,07c40c8e73df90f20934a5c23ad1db3ab73cd9d7[;"/assets/less/navbar/"Vc43595570589702131ff3a62536c3ed9122d5f18,f2e0c18c1841dbad735e4bbbd72ccee42e1f7fdf[;"/assets/less/modals/"V22df4fc636ec4af68c75c6772ca0a70edb7aaadf,a785e49accdf6e169f7a3ea424ace1a37b1ad58a[;"/about/"Vad3f3d54d64607cd4a0781a284935aac82bb599d,1929aac687fa43fefb97f19fd53bb4e2a34049b6[:layout"/default/"Ve9a85801617b0a87dd2fad8188e9c6298fe33f76,591aec721b5d7ac8be8d085a6dc5285b811ea606[;"/#send-patch/"V21bf4b58e7997dbc907829907e2f
 c14293cff96f,e8e654470eddf806d2e6f73a28802e9a3bb9306e[;"/supported-providers/"Vbc0be50ce6bfea5b57aa3cb69734657760fd1346,9064114960b16f28d67c2bab4c785daa78f71a24[;"/ruby-client/"V2bb111b2500a34129808eb7b984c94f11e87dc91,f27febe1413260793dfb01776ce5e49383ffd426[;"/assets/less/breadcrumbs/"Va9da47c3c7267e4ab68b20297959924305c4a5ad,4e113b31f81340e827ea3b593be479c97c48cb1c[;"'/assets/less/component-animations/"V4263de6d1c7470495bc14dbf227422a08507e6f8,cd0264d64a717a34c2859b9e53835aa5d82d61da[;"/run-the-api/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,cb73db2de190e13451cb157f6bc12e853ed80104[;"/#images/"V39c3cc04f6616c9f3274743beaf78301b65345e8,b8c951524acdbfaad775a9ca6db2d91b1e762b57[;"/assets/less/reset/"V3f2c8983d86b3ca312119f37dd4385ea640748ae,4b738ee87b74026b77b98bb72a35382e7eeeabd5[;"/load-balancers/"Vfba890b9fb72df23cf524bd0b0937f453c89afa4,30300ae32189d6593082c89970096aee9e269a44[;"/assets/less/popovers/"V0a5dc8c2de5b14f279d73db44199314a6ff2aa98,caa
 5e45564705b01636df0834c5a88572c97d502[;"/instances/"V5ffd6d7cb7b7e769928f424c482c7120af98e963,a6d95456179636cd814ddcde5db5476204603f01[;"/addresses/"Vccf8b787680a89f6504ac13ae6d2b3789f686a92,cf358780acf2f61d75070f97fa1718e0aa6a6ef4[;"/contribute/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,7319a10696a529dea5499a6ba09c8b973c08a926[:code_snippet"lib/default.rb"-0f62241dd865adf2a3a14c0cd525aee11202a364[;"/drivers/"Vb396d0f058ef36bae4b6c2d5d5d159969e6d44a2,5c4fd958d16acb968da85054ad66c39de9a2fd07[;"/assets/less/navs/"V8ca77c4313643ba4399ba8b7af50464d9caaac70,c6d576086a691117b9ae372df46503316a8f25ae[;"/assets/less/sprites/"Ve47bea030693ea5df4696fb7509d91ec4ed7272a,540adb653fc052b754823b93bd9c93d69229149d:
-rules"-0154d268e8e9e06b7a299ec4020e83c2276c134f[;"/compute-resources/"V648fbe7105d77394d4af4baa16dd97dba5f01df5,b2d48ad53ba1ea2ec09b0259a15a96d35a1c0865[;"/assets/img/logo/"V9edf4ceea078aba7fdc9a723d054d2371e46e4da,3f2213c1027fb930e563890ffc8a88d23264d74e[;"/instance-states/"V881850b4524993156ba22d6dd9a2c6755f315e22,78ba89de33a7f7c192987f03c8810995df6107ee[;	"lib/shellcmd.rb"-8d9b2bf02e814beeb8940344c5acaca8b8baadea[;"/install-deltacloud/"V7b15b3949188b31c2605575b0714cb9dd68c1407,da1d92a9a159a7b53e075fca241073325f70db9f[;"/keys/"V1561e1de08f00d373e44964b28c7b827c57f3213,a05efb5fb55f9be93aa2e34c6a6b7d2ae909a8b4[;"
/images/"V209a4bd8bc59bf67a8f927298afdb8b736c1d33f,5dbe2b32a7c91c588f6773cc4ebcccb4849dc068[;"/download/"V30fe0b9f3673866390b44feb69c6893861102a77,6fe99fceea595755aa5e2a303707701aa4b23944[;"/assets/img/pattern/"Vf32c6ed844cc233704b547989599e05e87c91838,d61a6aaf9cb24ea0b26db1a2bc9910e9058fd598[;"/assets/js/jquery/"V52487939c51df927417acc88a3a6e2db322f6e24,346dd436ed1ae084ad819ceb2d34d3739ad0a30a[;"/command-tools/"Va82ab287868a96935e31856fe6b3177faa148462,74cea20b38ad0347cd54f07335c8ebd3853ac295[;" /assets/less/button-groups/"Vc613753fbfc4aac8d76c959b860b0525aa654820,abd94a0dc72d4de51d7fbc0e36a7264e895994d9[;"/join-deltacloud/"Vadc83b19e793491b1c6ea0fd8b46cd9f32e592fc,a4febd9ef956390474173ee2cdb355e296d4533f[;"/assets/less/scaffolding/"V0c7d15fe85b0a5e6e681e7c30ffc68227102d5de,3895062031c77f0c107e6c5f48ef7e8191cefaf5[;"/assets/css/application/"V0c4e45cff370a01c691be2152b5e66ab246dc081,ab6d3733668d39b3c0b84595411c051ab0298b8f[;"
/#usage/"V80edcfabdd9ace8ac9c915ff8e1f161eff94be30,e332156b48502f20c48ff68eaace1ab87b5df642[;"/assets/less/hero-unit/"V46a0513151dc590513d37ae0d668d6ff8d65225d,6c7b9e9f2837cccbb3b6f6c762ff5e70760af30a[;"/assets/less/close/"Vd4d489ed803faf583c58883845d39ee36e7c4654,acfcb3b5a2bcc3e4072942140d5f32c41ba94425[;"$/assets/js/bootstrap-typeahead/"Ve55c77cac3aa8aa86245922f641b0153b66faa63,311294552272090568bc9e0a1dc874c047826a21[;"/#storage-resources/"Vbf2b796624f1bf01679e7f39a5c39398d8918a72,70df127c4697c8ec998a2c6d52545f8cde69da79[;"!/assets/js/bootstrap-button/"Ve92ae1351c8447effae3dd0852837ccd85bcdd13,adde3ff23f4f5fd8dc314b47a44e70b5a4f0ed03[;"/api-docs/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,ca5de3385c743f9043c0dba656d4242e78f5a104[;"/curl-examples/"Vb5a814cf31d1eb290e16427b987da56c6111a36f,c957796b4851deafc2cbe333b9be05bfeeee6ebc[;"/assets/less/patterns/"V481732f7f2b06c50bbfe8129c4f61da3569be9f3,2f1d02d235f5d43e01444a2ab4756ef34cc73e45[;"/assets/img/d
 ocumentation/"V4bfd5eb386180fdb34707f162b47e55282e73c00,33961dfd3ffbcdfa48ba06ea4d536d423de6c958[;"/assets/less/wells/"V1732102a914dbb56bf9038c058ff8376be213cf4,552f20f699c621601250a0bee2e4274b1f1ea806[;"$/assets/js/bootstrap-scrollspy/"V39bb1c0ed5beb2c3bfc1d4ede273c9860550a46f,1c332ee8e47362a17e6bcc67d2cf5e2558896a05[;""/assets/js/bootstrap-popover/"Vf6b4db7b2c2e92ade1bb37736564a92ba002342e,bb3504f6bf23c6b96cf5e68810d62025eebfe60b[;"/#rest-api/"V40b26594019d94fe8ff6854d8c713f7fcc719591,0c364eb4cdcab5dd102b2c5826d2a716c58ec226[;"/libdeltacloud/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,4b4adf334f611355f1df125a8596a11d6b6616e9[;"$/assets/img/deltacloud_concept/"V7a60fa55bcdb7ee9dda012930b2731c6e31e02ea,cf2b9ee99368bdd10ac2428f66d3d343beb984e3[;"+/assets/img/documentation_files/piwik/"V525b591c01e46f115c48d5a199f22c8ac1b2c97e,735279288c6d203ea4d9ebc0e2a22fe278eea5a1[;"/storage-snapshots/"V54cdb5ff96ec58c09180f716664b79a97c800f3c,70ac25e0cfa34f9f898f7b1f9d0e
 cbd86b683e15[;"/clients/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,df83117d8d74b416e8cfe664954bb158240aa3bb[;" /assets/js/bootstrap-modal/"V008c1499d283a2cf8fdbd284aa2ff733c3763fc6,c8be02e965b1ad40c79443c6e14efbabd951e38c[;",/assets/img/glyphicons-halflings-white/"V718dabe32f2509bdcfc8bf9946560657ce76ae68,9786dca23e22d0cd5597d978aaa4fc4dbb37e065[;"/assets/css/bootstrap/"Vf151edf539dc819d471ffbc152ed471bc3df396e,87b9d69a35645b6d313e7c33ca234f38b64a1a76[;"/assets/img/diagram-soa/"Vee108d6013eef9663b308623cbf34fbd7c70c22e,852abeb75a13cd719617534cd7dfad88e69ae6f1[;"#/assets/js/bootstrap-carousel/"V8c3ac5dc93a805b0b81965452eb851d73eb4e6ce,ce4ca996953478e2256741ad16ed8fea8952ecf5[;"3/assets/img/documentation_files/default-debug/"Vdd5db1c48ea401c048d46bd98535eeeee1925f07,b62e70305d004f0f2fd570ee94c59e59a240cdf9[;"/#instance-states/"V3bf7b86da0da36177f5e1f63887c5b1a7e91c152,a4887d36b06be21e10dff706d75ab0d0044e0b78[;"/"Vdb90fc373ecb2e308d46d05bc846b5320d82bbf0,
 977bf7dd2ff1010f00cc2983c5093dc2580415e2[;"/assets/less/pagination/"V195dc4b98f0cf33346c0e290e6f816d4925b21a8,7c5677fa6c44014489acd1dfdd8c7acff9cd1ba0[;"/assets/less/alerts/"Vdf38154815b4a2525ce0d04851f6550df655c741,6244c0d76079482395f9261a148844c565506a12[;"/#instances/"V5b9ed3690230ee9801f5a72a10909a79d10b1afd,d434a9d7c7d1708ebe8c041e53c5060e455933d5[;"/assets/less/forms/"V616f7c0c00f72354f9dc5cf8f2d3203e27895876,4e9f44f90e70c383a84e1f9a5c2b462998d27c8a[;"/write-new-driver/"V1a16f5ce6d6cc97680b701881f08d19e653548b9,e922738028ca1bb2df5b848b7e31f3eaff33377b[;"-/assets/img/documentation_files/default/"V0e27e83f745c8f96f6349e9a3789637e7a177ff8,327cfd80f9e2f813a1d8c3be03530d7717400180[;"/assets/less/grid/"Vf0d544bfe8566d6c3f5fc57ba0285c90286f916c,6633ccf19e6a92036d37ab535f3ac0199cb974aa[;"/assets/less/code/"V065ac4e347a840a520be1a1ab1a1f70d24fed545,15c2ccb58fd245d0d28737fdcd7cf2a76252d166[;"/usage/"V4956e2b287524838b7ae626ab9484b9b482a7d1f,8a3266aa39b7
 a302e1fe922bfb9026c30938d48e[;"/assets/img/introbg/"V13ea6a0e7fc7e93cc63d6b80c76c6f065c3de2df,76dd79598432c057d2895a912d2989fa6cb8bd01[;"/#how-to-contribute/"Veb8c0c50b5242f737aa6ca7939662450ecc39a15,380fd55c0ff94f79c0434ac45ab6ea2c100eb4a5[;"/assets/img/asf/"V0917ea6966fe19ec988d095358afdbc1347cb1c7,63e82898040d00ceb1d2adf872e10cea26578ac0[;"/home/"V8cb92f4cb1aec236c6f6484620633a1c1ff104cb,4a1eb6317f964388c2c239bd1029899d74371c2c[;"/use-the-api/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,daac99e3d82c8094d81c8862a7f6ec4bf41708a3:config"-ba4ccbd4afde317ab3eb0feefb4503de1765a44a[;"/ruby/"V09865e791f187e5645d500bd6d13802d0402df08,69fa4500f6ab0bae36efd3a488c9259fef010ecb[;	"lib/bootstrap.rb"-d14d2b166fd2d7c9847a0bb728436c0b324f1065[;"/assets/less/layouts/"V6b4d6f069b3b5034aa15ec1a52bcec4807556d69,5039e21a521fbb2804b5d61031fb2b8bd3b52b1b[;"/partials/default/nav/"V78374e95133faa211a2cec086a1c36aca5760ad0,b4539dfbbe625ce96d02ffaec940554455410b43[;"#/asse
 ts/js/bootstrap-collapse/"V3ed53adb5bde22a057e5d6c9956488d5102c4a7c,1e4bec695834dbdffbdda878da7da2e3bf4dc08d[;"/assets/less/labels/"V042d17efb2f82900a75e5ff4399a892bd6809b41,255b080324fc7a63ce15a3f235b6942545874447[;"/contact/"V361337df5d4dd11152920d384464b3b03f750340,235126a7de4451d8e51814a2bbaecd42b39ec91b[;"/htaccess/"Vf77c3f10d68d44ab9b504a916f90613e6b550c33,ebe577e75efe8570c393e94ddb9e9c5e15b34ec4[;"/api-entry-point/"V1f67244831f28f1afb385979f46fdb71a83786f6,3308c05dabf08164a053f3fe6e57b3c8c5027527[;"/supproted-providers/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,0fc3c7e1605bfd65807ccd18ac686268deebcc29[;"3/assets/img/documentation_files/asf_logo_wide/"V1905cd920359d5c1e8e7e6e41e8573183bf6a505,f7f9bf9ce2da12b9665f835277123122584629f9[;"/assets/less/responsive/"V9ad8ce0259d40a98470fd61ab8d48e47b8b89564,7a570f96561ed376a5cf9845047f6c586f004a38[;"/#load-balancers/"Ve064e5e46cfe8c0f5748d6bd09630d7121c9c5e3,006400db28389cc77354baabfa1fbeac72d3ea25[;"
 /assets/less/tooltip/"V745423701d77308192925092165af36ee3193570,6b9183b98adce8df15ba9bcb1c8cd814003792e4[;"%/assets/js/bootstrap-transition/"V7488c0322636b33da7cadf72026e4a627c2f3df4,beb841ff262897aada118631da4c0dd17dc570a2[;"/#write-new-driver/"V1aba1495377e8798a6006296d19a4a9607ed423b,214e73ee7c8335608bcfa2e05df8aef8cb1289ac[;"/assets/less/variables/"V6be9d95419086c1ea10049d69a01ffe85661539d,a5da6e4086a041b70768d5032fe4c86ca9c9d988[;"/#blob-storage/"Vd08ee98f7997b4c27db30493a2435435a0c753d9,d3cd6d3f83e17301be82c03dce27ec57f1bc7dd1[;"/writing-tests/"V72f5a6c681dffe13f77d09d50ed1aa5562a3de89,d9bdb7559821c20aad38b3978bbc8b8c3fe0f998[;" /assets/js/bootstrap-alert/"Vf8f293a79871f9c1e2e7a8db52b930d701ec9385,8e583edd1f7cf7fe60b9d9c74a5573ce79ea5488[;"/getting-sources/"V2bed66b84669707e0703de38efa50daae8374710,e255cb323127acc2433c9819e278bc27aed75921[;"/rest-api/"V9ae9284f949e3865c1937823b15be8c3e4ca12be,ae26bde8a083cfb6ca43d598b2b0d11f14510ada[;"/run-del
 tacloud-server/"V7e09cbcecf3abfbc78304b8478bc3f978b1c52a5,2ca3d544498e72c005ba595b98df7d4ba12a598c[;"/assets/less/buttons/"V8c4944b0f422459872b06d4a770c16f1e2eaeca7,c1dddbb17b50d7a18ceed162d1e45fa3f30ec82e[;"/blob-storage/"V907696350b8bfe6a080a7abfeede3786e0b31796,f2a71bec0b80bbc5455e996457563f8e7c8ec504[;"/firewalls/"Vc1d1baf837f25bbb60603fc7dd2a236c43379217,f2140244ef1e36e08d1ccc5d2c84a68600380423[;"/assets/less/thumbnails/"V4114ecc05062c0502c0f9cc46855b2856a465e4f,48fc4eaadff43e06aa906c890d0299ae4bbc7bd2[;"/assets/less/tables/"V24e7fef868de5695e5a247444e88a8cf10637c36,25801177a08211a15607f1c0d3072df818b0cb38[;"&/assets/img/glyphicons-halflings/"V5b31a9a18265413e32b572a9e3adee91c11354e6,45c4fa6de6e8c96e5698eec82bf344a8334fc05c[;	"lib/helpers.rb"-967ea277bbc9a1dbc08266212c1d6ff12adec172
\ No newline at end of file
+{:versioni:	data{‹[:	item"/send-patch/"Vfdbcdd54c34c46f5698d87a65d3de67fe543e097,7ec8e6efbf6c32b743062bd0f446dc9228df5efb[;""/assets/js/bootstrap-tooltip/"V157726ffae9863f59117bf7e4eeb8029164aeafe,ec1ec863c5f47129cf143593c512ed5bc04133c9[;"/assets/js/bootstrap-tab/"V3a072f4908be4775e13bae8eaa37ffaa405a3525,eddbfb97c2617f1f6774546a3813e9337786c146[;" /assets/less/progress-bars/"V908e6816ff2e373db0641ee457c12ad8b66de7b4,78b83f3cd0d7d221a4ddec1d7dab6bc2e10ebf07[;"/assets/less/carousel/"V3bd504eb569396863064fb7fb69f47ca83126920,211f7a5ed3ce6413b9b6af031922de6181e6d07a[;"/#writing-tests/"V5b060565b1d5c0adbe7ecc787deb3a73d42efeec,74c1403d701cee1e037d044f1ca097b29119f992[;"/#keys/"Vc766b54075d8adecdbec2d077f599794004759d3,05aab93fc592236b878876fd11d56192e8ffd870[;"/assets/less/dropdowns/"V6ef418e2353599d9dd5ee67fda34da58c889f878,3aecf03866a1e0541006dbc49002a611fbc1258d[;"/assets/img/asf_logo_wide/"V1905cd920359d5c1e8e7e6e41e8573183bf6a505,3ad025763d8b
 ebfdac75e18aca837303dc6c8682[;"/#run-deltacloud-server/"Vd0897aad29da08b713c3291537df303a4637173e,4b670f07c2619b0cd56f9b250b97ba7802c99bd9[;"/credentials/"V3f62609bde36a69be40973d99709f0e32de4fd20,cee431c58d394ffbdcf9ede2c0db06c348d132af[;"/assets/less/bootstrap/"V8037841f6c1bbaa5f9b9b5446e5c39fd819601c0,643e105f6a70459b6b405484972df1bd47677293[;"/hardware-profiles/"V5677fc8ed528130987e42eb710d2fa58cdeb4af3,b509c7dbd3896fcf1270e31d55c694122bc91f9f[;"/storage-resources/"V5c16876b59b4baa9165eefd6e58d1ca4a3a355a4,3b3343d1b82300497a88a6bd85264bc3393f2637[;"
/#index/"V8a89aa3709b54116d766e86f10dc7560779884a5,33cd780308e9df1aeeacacb5befd22ce0fe3ccd6[;"/assets/js/application/"V79306982737066d779e0bc6091a9cca4c3da46df,01da7c9279786b985cfcd611e67b52602567281f[;"/#api-entry-point/"Vde67028541e8342dd2c00255b5d49a41ce5e56fd,eccccfb42e1105ce79528609d609653e193fa01d[;"/assets/less/accordion/"Vffa707e5a20c888cb8e9145afd033e1d80ebaed4,cc2bdf1dacc3f99dc2ce185df8df7bbd9f486ab0[;"/#credentials/"Vadc83b19e793491b1c6ea0fd8b46cd9f32e592fc,c4e4f469145ad90aeed7ee49302209bd7ad9d6b9[;"/assets/less/type/"V6532ece49c404f8fae4aaa63a3feb634848b329d,a8526efee47f304ad6f68fd6f6cd9ac3f3bce6c4[;"/assets/less/utilities/"V300b7347ac3a201cfedc9ea83c1e1caf58c3cd83,31dd92f8cd3ae15ab4be483eb49e8ec00214da65[;"/link-page/"V643e58513021696d27f67c6e871630f9c9f58063,8193c4c1ced483def91e8b6974ce825f6ea8af87[;"/assets/less/mixins/"V18d39b4b5e6fd3b3ff3378633b57fa51d874e0dd,e7f26ab43b88c5237c33f347864102f2e9d30719[;"#/assets/js/bootstrap-dropdown/"
 V79e2a7108c5c80dc9c8ffbd56f923402cd99db19,4a2f1fbcf9c10320e32c52284441a5ed8aeb3ca4[;"/assets/js/jquery-1/"V9eb9ac595e9b5544e2dc79fff7cd2d0b4b5ef71f,e842c88aaa700d5ca56fc1a4ea7cba7ae63640c4[;"
/#about/"V318f2cd2e88ef2b0672e2cf6eb5e5cf807114404,62e7de1b00039de5e773481801868989814126da[;"/#storage-snapshots/"V896872d239b5a7774ca9ffb79ac1f3c49e6ed549,91e717d6b628ac5e0aacf8f282b6360c2af6a96c[;"/assets/less/pager/"V0692b0761671d7130881c22db44f0cb5f48d8966,ab0608b789e7117ede0cfae60617048160539459[;"/#getting-sources/"V2f6abacf1767ed1b1225a8b269775a5d7f908d6b,dd6c0b2551cbeece863825afffc9dc6ea4358a95[;"/how-to-contribute/"V523e7c8960a54e584aa40fa30ce0b452d641b80d,b274a6781a5eea2f0c139415fe317116f280e4be[;"/assets/less/navbar/"Vc43595570589702131ff3a62536c3ed9122d5f18,be71a1a7b814e01184815bf7360a35041890d5b5[;"/assets/less/modals/"V22df4fc636ec4af68c75c6772ca0a70edb7aaadf,fe439a4c16c3dfd8db7d96cfbc4c508304f762f6[;"/about/"Vad3f3d54d64607cd4a0781a284935aac82bb599d,e5666498581f5adc3d30a4b9eb38fc44acc41e6c[:layout"/default/"Ve9a85801617b0a87dd2fad8188e9c6298fe33f76,c5af83ccd8bdbef3168bc231c7748c0f261dd500[;"/#send-patch/"V21bf4b58e7997dbc907829907e2f
 c14293cff96f,e8e654470eddf806d2e6f73a28802e9a3bb9306e[;"/supported-providers/"V27132aa34fa3116d70a5ab9b7f7d501e875da265,c9dd4df996f2fe1bf3289097d01bdb333be07e95[;"/ruby-client/"V2bb111b2500a34129808eb7b984c94f11e87dc91,54e23417580ec854b179586d00c8ed5017be422c[;"/assets/less/breadcrumbs/"Va9da47c3c7267e4ab68b20297959924305c4a5ad,db16c6e8de9e0b16dbe4239345c9cce9f224dd46[;"'/assets/less/component-animations/"V4263de6d1c7470495bc14dbf227422a08507e6f8,cc7dbda92c0013bfea7508c70435c7d56195a657[;"/run-the-api/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,cb73db2de190e13451cb157f6bc12e853ed80104[;"/#images/"V39c3cc04f6616c9f3274743beaf78301b65345e8,b8c951524acdbfaad775a9ca6db2d91b1e762b57[;"/assets/less/reset/"V3f2c8983d86b3ca312119f37dd4385ea640748ae,36d19f1fc180b9359d5f1e966dd4e05dadfa45f7[;"/load-balancers/"Va59d98745598c14552f4a020582551a611c7b44f,3965a674596ccc4483a5a806eb04179bf3708221[;"/assets/less/popovers/"V0a5dc8c2de5b14f279d73db44199314a6ff2aa98,9b1
 da01cbbcda632a99fe266448329991ab4552c[;"/instances/"V5ffd6d7cb7b7e769928f424c482c7120af98e963,7f29fc51a58db8bbf1fa40e5cc55e6e0ec6f90cd[;"/addresses/"Va4d2e1bed1b84b8d10ae80251080b2b61d9cd906,0d96e13fd9f2e08980144ccb6f6f991724677a8c[;"/contribute/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,eba71b7d517b9f11aed5697095a2e6df0f65fc71[:code_snippet"lib/default.rb"-0f62241dd865adf2a3a14c0cd525aee11202a364[;"/drivers/"V2946da01eb60b1c65254d58929c897b2b3c19b5d,e187a505d53a96d28df01f114bdd78701a88178c[;"/assets/less/navs/"V8ca77c4313643ba4399ba8b7af50464d9caaac70,f433b9c2ced349936b95b84081ba5f3fde1247a7[;"/assets/less/sprites/"Ve47bea030693ea5df4696fb7509d91ec4ed7272a,4597149629072aca6e3f5786c1482525720de2dd:
+rules"-0154d268e8e9e06b7a299ec4020e83c2276c134f[;"/compute-resources/"V648fbe7105d77394d4af4baa16dd97dba5f01df5,363c63afd6702fd0b384fe08fca0bbfdef69a5fd[;"/assets/img/logo/"V9edf4ceea078aba7fdc9a723d054d2371e46e4da,228ba269a5a496f6af2326aaa61fd5bf6e5a3745[;"/instance-states/"V881850b4524993156ba22d6dd9a2c6755f315e22,b36c2968bd0ab0bd681a4cb8d0b5017a9dfbf92a[;	"lib/shellcmd.rb"-8d9b2bf02e814beeb8940344c5acaca8b8baadea[;"/install-deltacloud/"V93ab3d4918419f7a1e1ea79219505ee81875f322,43ca13abcf6eaad2e80e2a77a8e153daf714e82b[;"/keys/"V1561e1de08f00d373e44964b28c7b827c57f3213,9656cb9588b8f5451cd6cc93d8cb0b5e5719f705[;"
/images/"V95c8795dc9cd4925ae0be11e3de22a7e6291e710,9f2f03e6aef2e0897f168d3a5bcb528cb0402510[;"/download/"Vbb695db562b15ac9592d3d3830c4052694c02450,35de81362b284f43f26cc98082661f90faff5d4e[;"/assets/img/pattern/"Vf32c6ed844cc233704b547989599e05e87c91838,b4a3caa6bb16c245b6ad73573b8a0e0eacde63da[;"/assets/js/jquery/"V52487939c51df927417acc88a3a6e2db322f6e24,068f84b2b91c36a41bb35fa2ab37573f4547f139[;"/command-tools/"Va82ab287868a96935e31856fe6b3177faa148462,9c07307b22b86c834714b2c3f692a77eb4ac64b2[;" /assets/less/button-groups/"Vc613753fbfc4aac8d76c959b860b0525aa654820,a6b387f2fcfd8443aeff83821b0361320225900b[;"/join-deltacloud/"Vadc83b19e793491b1c6ea0fd8b46cd9f32e592fc,b01d960462b5d6d052804d6390df9c124d28a3f3[;"/assets/less/scaffolding/"V0c7d15fe85b0a5e6e681e7c30ffc68227102d5de,5763403323b27217c7e77edd4c771a0d2df85a48[;"/assets/css/application/"V0c4e45cff370a01c691be2152b5e66ab246dc081,9d3926a1813c5d192cd786a91c8fc489c865266b[;"
/#usage/"V80edcfabdd9ace8ac9c915ff8e1f161eff94be30,e332156b48502f20c48ff68eaace1ab87b5df642[;"/assets/less/hero-unit/"V46a0513151dc590513d37ae0d668d6ff8d65225d,28337199e0344a7e997771a81e8a3d2bf1e8376c[;"/assets/less/close/"Vd4d489ed803faf583c58883845d39ee36e7c4654,c8d0757df79a35a2a8f2d1657e871e9ff1abff80[;"$/assets/js/bootstrap-typeahead/"Ve55c77cac3aa8aa86245922f641b0153b66faa63,6a6219f7ed8f9a3dc1aff85228d3463cd8a00c47[;"/#storage-resources/"Vbf2b796624f1bf01679e7f39a5c39398d8918a72,70df127c4697c8ec998a2c6d52545f8cde69da79[;"!/assets/js/bootstrap-button/"Ve92ae1351c8447effae3dd0852837ccd85bcdd13,e2d03c2ae1bdb05aa82f4625c77aebffd07f309e[;"/api-docs/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,69f84d194c4e70ada19376e7171b07f8662fc5e9[;"/curl-examples/"Vb5a814cf31d1eb290e16427b987da56c6111a36f,d1c4c02fe26d53010bc8701f14328eb39de1947e[;"/assets/less/patterns/"V481732f7f2b06c50bbfe8129c4f61da3569be9f3,44b40ecf291565d70fc481a8804ef1692d243ea1[;"/assets/img/d
 ocumentation/"V4bfd5eb386180fdb34707f162b47e55282e73c00,1599b65bde51f10783c9c0670c488c43b94f3018[;"/assets/less/wells/"V1732102a914dbb56bf9038c058ff8376be213cf4,7c82451f7aa364296726e23d4970741c3d63f0e0[;"$/assets/js/bootstrap-scrollspy/"V39bb1c0ed5beb2c3bfc1d4ede273c9860550a46f,14bc00e00f4878069e0ad5f5e1116f433245ff3b[;""/assets/js/bootstrap-popover/"Vf6b4db7b2c2e92ade1bb37736564a92ba002342e,621c3d219d694b8d36b20c9ddc49cb02b0dd5b8f[;"/#rest-api/"V40b26594019d94fe8ff6854d8c713f7fcc719591,0c364eb4cdcab5dd102b2c5826d2a716c58ec226[;"/libdeltacloud/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,0480e5d2bfbb8a5958fcc03f4e6ee4874f8abd9d[;"$/assets/img/deltacloud_concept/"V7a60fa55bcdb7ee9dda012930b2731c6e31e02ea,2c3668efe008ae9f44265b1c55adf86dcd9edb0a[;"+/assets/img/documentation_files/piwik/"V525b591c01e46f115c48d5a199f22c8ac1b2c97e,a6a7af535fbe47054c93975b933550b9a84fa5c6[;"/storage-snapshots/"V54cdb5ff96ec58c09180f716664b79a97c800f3c,21c42d3a3197cdcf9d224197f9ff
 0b038cee3fa3[;"/clients/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,fb62a04dde73060dadf028ada48762e6aa2a8da7[;" /assets/js/bootstrap-modal/"V008c1499d283a2cf8fdbd284aa2ff733c3763fc6,53e3b70bc4cd2804a4e5082c111b7ebeed97e689[;",/assets/img/glyphicons-halflings-white/"V718dabe32f2509bdcfc8bf9946560657ce76ae68,602f9c1fce62966cfca37596500482034855444e[;"/assets/css/bootstrap/"Vf151edf539dc819d471ffbc152ed471bc3df396e,61c2a60ed15c62aac0a64589edc7c427137c112c[;"/assets/img/diagram-soa/"Vee108d6013eef9663b308623cbf34fbd7c70c22e,70de4714a546e2fcd4b6b32176556d800397560a[;"#/assets/js/bootstrap-carousel/"V8c3ac5dc93a805b0b81965452eb851d73eb4e6ce,cf38f5e15f7d6c2a75b668da5a2ed8e43a159567[;"3/assets/img/documentation_files/default-debug/"Vdd5db1c48ea401c048d46bd98535eeeee1925f07,a3c14b5e8400147e9d5c14f1a0c924b117492c65[;"/#instance-states/"V3bf7b86da0da36177f5e1f63887c5b1a7e91c152,a4887d36b06be21e10dff706d75ab0d0044e0b78[;"/"Va6842cee6de4925d182f8941011b493da7b216c5,
 17bf320fdaa4d9efa6dc072fad5a59987281bbe5[;"/assets/less/pagination/"V195dc4b98f0cf33346c0e290e6f816d4925b21a8,6427fcd499a82b4ab95ccd04d981f802e4ce2574[;"/assets/less/alerts/"Vdf38154815b4a2525ce0d04851f6550df655c741,34317e0ada68fbeb31bc01e7634e628e1cedbb99[;"/#instances/"V5b9ed3690230ee9801f5a72a10909a79d10b1afd,d434a9d7c7d1708ebe8c041e53c5060e455933d5[;"/assets/less/forms/"V616f7c0c00f72354f9dc5cf8f2d3203e27895876,5f5e6fe173b8a3ed1f048afc1d67b7ff0ea32984[;"/write-new-driver/"Vd7dd7257ca21357011f096a0a1cc4162bc261439,5e567d9e0e99bf87adf406ce73e599c13a5b7d97[;"-/assets/img/documentation_files/default/"V0e27e83f745c8f96f6349e9a3789637e7a177ff8,c854776cdfc9a0ba152eec615dc9f5b1179679b8[;"/assets/less/grid/"Vf0d544bfe8566d6c3f5fc57ba0285c90286f916c,a3ef1af131a88a72b7ab7a361144cf51210548a2[;"/assets/less/code/"V065ac4e347a840a520be1a1ab1a1f70d24fed545,efd04a13bcd73dcade2c1c1f8960093355f86d92[;"/usage/"V4956e2b287524838b7ae626ab9484b9b482a7d1f,59ffef1659c0
 f4a8a52752067b4d41c0244b4c9a[;"/assets/img/introbg/"V13ea6a0e7fc7e93cc63d6b80c76c6f065c3de2df,3f28adfbdeefa9dba308960a4f7ace4f2a8ee7cd[;"/#how-to-contribute/"Veb8c0c50b5242f737aa6ca7939662450ecc39a15,380fd55c0ff94f79c0434ac45ab6ea2c100eb4a5[;"/assets/img/asf/"V0917ea6966fe19ec988d095358afdbc1347cb1c7,d6aa4df099aea5b33eee3f1e8c500b1cd0ce8586[;"/home/"V8cb92f4cb1aec236c6f6484620633a1c1ff104cb,85b3d41a9bae275797d85ed6d1861478f3505469[;"/use-the-api/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,f57e83a2937c7a1d2f96ed61f977550e08e6f184:config"-05cb84e40ab96d0e8035367c0733dacfec73a66f[;"/ruby/"V09865e791f187e5645d500bd6d13802d0402df08,69fa4500f6ab0bae36efd3a488c9259fef010ecb[;	"lib/bootstrap.rb"-d14d2b166fd2d7c9847a0bb728436c0b324f1065[;"/assets/less/layouts/"V6b4d6f069b3b5034aa15ec1a52bcec4807556d69,7f0cca96a2be1abb3626fbf7e328daa11001125a[;"/partials/default/nav/"V78374e95133faa211a2cec086a1c36aca5760ad0,6ab4629e4faeacf47f86edb42a8cf9507badf36e[;"#/asse
 ts/js/bootstrap-collapse/"V3ed53adb5bde22a057e5d6c9956488d5102c4a7c,d7daa8cb1bc9e1b4d0226147118d4dbd15c20d98[;"/assets/less/labels/"V042d17efb2f82900a75e5ff4399a892bd6809b41,7207d830fb0771fb60bf8959cdb0a522a96d8277[;"/contact/"V361337df5d4dd11152920d384464b3b03f750340,fc1f59cd25dee480bbf2a1ee399e136a7c1c3fbe[;"/htaccess/"Vf77c3f10d68d44ab9b504a916f90613e6b550c33,14b82368896e36347e02e87f1c796ad7fd59fb44[;"/api-entry-point/"V1f67244831f28f1afb385979f46fdb71a83786f6,1a323b95e70c24f95c4968b2663a23c769f119d8[;"/supproted-providers/"Vda39a3ee5e6b4b0d3255bfef95601890afd80709,0fc3c7e1605bfd65807ccd18ac686268deebcc29[;"3/assets/img/documentation_files/asf_logo_wide/"V1905cd920359d5c1e8e7e6e41e8573183bf6a505,b73def2856cf57d151fcc1383275fe6366ce9f63[;"/assets/less/responsive/"V9ad8ce0259d40a98470fd61ab8d48e47b8b89564,d8156ea8cceb17d9253ea05fc6124caef5b64fd2[;"/#load-balancers/"Ve064e5e46cfe8c0f5748d6bd09630d7121c9c5e3,006400db28389cc77354baabfa1fbeac72d3ea25[;"
 /assets/less/tooltip/"V745423701d77308192925092165af36ee3193570,c177b1eaf0576e7f6f36acf1da349c210a9851f6[;"%/assets/js/bootstrap-transition/"V7488c0322636b33da7cadf72026e4a627c2f3df4,b4aaa96766a40640c553412648221bcb7150d9ae[;"/#write-new-driver/"V1aba1495377e8798a6006296d19a4a9607ed423b,214e73ee7c8335608bcfa2e05df8aef8cb1289ac[;"/assets/less/variables/"V6be9d95419086c1ea10049d69a01ffe85661539d,6dcdc93a1f00d2d2234f3f50e7674494274cdaea[;"/#blob-storage/"Vd08ee98f7997b4c27db30493a2435435a0c753d9,d3cd6d3f83e17301be82c03dce27ec57f1bc7dd1[;"/writing-tests/"V72f5a6c681dffe13f77d09d50ed1aa5562a3de89,d9bdb7559821c20aad38b3978bbc8b8c3fe0f998[;" /assets/js/bootstrap-alert/"Vf8f293a79871f9c1e2e7a8db52b930d701ec9385,171f8b04046ae1e149391c7914fc372b01549719[;"/getting-sources/"V2bed66b84669707e0703de38efa50daae8374710,85c3102d3902fa5a1540344452fb01b8b10fd0dd[;"/rest-api/"V34c0c68dda3d8e1fb06f90d09c47d43fdff2ebf3,a805a78d04c27ac8013a203a2750d38707b5466f[;"/run-del
 tacloud-server/"V7e09cbcecf3abfbc78304b8478bc3f978b1c52a5,8b8397ff23d0ab052b1b013c627f785dccbc7490[;"/assets/less/buttons/"V8c4944b0f422459872b06d4a770c16f1e2eaeca7,9a3be8a48f9f065fb2f343e9370d68d5d6277ed0[;"/blob-storage/"Vbc33b0710281399f3cd248848d6da8625004ad21,dd0cd2a548ca848e0e535349eb7130618b00d3cf[;"/firewalls/"Vb4e8128496eb6cd69d390119f3f273e6bfca7287,2d9538764cd6f44cb09adaf1e8f0eb5b00957397[;"/assets/less/thumbnails/"V4114ecc05062c0502c0f9cc46855b2856a465e4f,c8e6a510eb6cef9aa14e441c033b8505c8e34686[;"/assets/less/tables/"V24e7fef868de5695e5a247444e88a8cf10637c36,20077e087dfb9c08a1eaeadf99c25aa6b4d213f8[;"&/assets/img/glyphicons-halflings/"V5b31a9a18265413e32b572a9e3adee91c11354e6,a3b4a8d94c14c3525ce1149668eeeaf3ab90e393[;	"lib/helpers.rb"-967ea277bbc9a1dbc08266212c1d6ff12adec172
\ No newline at end of file

Modified: deltacloud/trunk/site/tmp/compiled_content
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/tmp/compiled_content?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
Files deltacloud/trunk/site/tmp/compiled_content (original) and deltacloud/trunk/site/tmp/compiled_content Thu Nov 15 14:31:41 2012 differ

Modified: deltacloud/trunk/site/tmp/dependencies
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/tmp/dependencies?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
Files deltacloud/trunk/site/tmp/dependencies (original) and deltacloud/trunk/site/tmp/dependencies Thu Nov 15 14:31:41 2012 differ

Modified: deltacloud/trunk/site/tmp/rule_memory
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/tmp/rule_memory?rev=1409808&r1=1409807&r2=1409808&view=diff
==============================================================================
Files deltacloud/trunk/site/tmp/rule_memory (original) and deltacloud/trunk/site/tmp/rule_memory Thu Nov 15 14:31:41 2012 differ