You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by ma...@redhat.com on 2011/01/17 22:07:13 UTC

Site Docs - Adds Azure to driver credentials table

Minor changes to the site docs haml - mainly adds instructions for Microsoft Azure to the driver credentials table in documentation.haml

marios

Re: Site Docs - Adds Azure to driver credentials table

Posted by David Lutterkort <lu...@redhat.com>.
On Mon, 2011-01-17 at 23:07 +0200, marios@redhat.com wrote:
> Minor changes to the site docs haml - mainly adds instructions for
> Microsoft Azure to the driver credentials table in documentation.haml

ACK. I just pushed that out to the site.

David



[PATCH] Minor change to site docs - adds azure login and password info to the driver credentials table.

Posted by ma...@redhat.com.
From: marios <ma...@redhat.com>

---
 site/content/documentation.haml |   15 +++++++++++++--
 site/output/documentation.html  |   21 +++++++++++++++++++--
 2 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/site/content/documentation.haml b/site/content/documentation.haml
index 41b57d8..7f0b18e 100644
--- a/site/content/documentation.haml
+++ b/site/content/documentation.haml
@@ -86,7 +86,7 @@ filter:
       The mock driver doesn't talk to any cloud; it just pretends to be a cloud
   %tr
     %td
-      %strong Amazon EC2
+      %strong Amazon EC2/S3
     %td
       %tt ec2
     %td
@@ -128,7 +128,7 @@ filter:
       to the address on which OpenNebula's OCCI server is listening.
   %tr
     %td
-      %strong Rackspace
+      %strong Rackspace Cloud Servers/Cloud Files
     %td
       %tt rackspace
     %td
@@ -172,3 +172,14 @@ filter:
     %td
       Password
     %td
+  %tr
+    %td
+      %strong Microsoft Azure (Storage Account only)
+    %td
+      %tt azure
+    %td 
+      Public Storage Account Name
+    %td
+      Primary Access Key
+    %td
+      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.
diff --git a/site/output/documentation.html b/site/output/documentation.html
index 12b7f7b..b035a8e 100644
--- a/site/output/documentation.html
+++ b/site/output/documentation.html
@@ -187,7 +187,7 @@
           </tr>
           <tr>
             <td>
-              <strong>Amazon EC2</strong>
+              <strong>Amazon EC2/S3</strong>
             </td>
             <td>
               <tt>ec2</tt>
@@ -246,7 +246,7 @@
           </tr>
           <tr>
             <td>
-              <strong>Rackspace</strong>
+              <strong>Rackspace Cloud Servers/Cloud Files</strong>
             </td>
             <td>
               <tt>rackspace</tt>
@@ -310,6 +310,23 @@
             </td>
             <td></td>
           </tr>
+          <tr>
+            <td>
+              <strong>Microsoft Azure (Storage Account only)</strong>
+            </td>
+            <td>
+              <tt>azure</tt>
+            </td>
+            <td>
+              Public Storage Account Name
+            </td>
+            <td>
+              Primary Access Key
+            </td>
+            <td>
+              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>
         </table>
       </div>
     </div>
-- 
1.7.2.3