From: marios <[email protected]>
---
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