You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/06/11 19:45:57 UTC

[1/2] libcloud git commit: Update Azure Blobs Storage driver documentation

Repository: libcloud
Updated Branches:
  refs/heads/trunk 3da62236c -> bc097ffe5


Update Azure Blobs Storage driver documentation

The current screenshots in the Azure Blobs Storage driver documentation
show an old version of the Azure portal. Some of the terminology and
where to find access keys has changed, so this commit updates the
screenshots and the wording in the documentation.

Additionally, Azure now also offers a new type of storage account called
"Blob storage" which is not supported by the current libcloud driver
implementation. This change therefore adds wording to avoid user
confusion when creating a storage account for use with libcloud.

Signed-off-by: Quentin Pradet <qu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/85a72d54
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/85a72d54
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/85a72d54

Branch: refs/heads/trunk
Commit: 85a72d548db72a81ea8127a421a7caedf39cfe8e
Parents: 3da6223
Author: Clemens Wolff <cl...@microsoft.com>
Authored: Wed May 9 08:42:56 2018 -0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Mon Jun 11 21:44:04 2018 +0200

----------------------------------------------------------------------
 .../images/misc/azure_blobs_account_kind.png    | Bin 0 -> 292732 bytes
 .../misc/azure_blobs_manage_access_keys_1.png   | Bin 64259 -> 223140 bytes
 .../misc/azure_blobs_manage_access_keys_2.png   | Bin 26247 -> 388303 bytes
 docs/storage/drivers/azure_blobs.rst            |  12 ++++++++++--
 4 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/_static/images/misc/azure_blobs_account_kind.png
----------------------------------------------------------------------
diff --git a/docs/_static/images/misc/azure_blobs_account_kind.png b/docs/_static/images/misc/azure_blobs_account_kind.png
new file mode 100644
index 0000000..ae2b430
Binary files /dev/null and b/docs/_static/images/misc/azure_blobs_account_kind.png differ

http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png
----------------------------------------------------------------------
diff --git a/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png b/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png
index ca1b1c2..ade9380 100644
Binary files a/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png and b/docs/_static/images/misc/azure_blobs_manage_access_keys_1.png differ

http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png
----------------------------------------------------------------------
diff --git a/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png b/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png
index 6337fcd..2596465 100644
Binary files a/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png and b/docs/_static/images/misc/azure_blobs_manage_access_keys_2.png differ

http://git-wip-us.apache.org/repos/asf/libcloud/blob/85a72d54/docs/storage/drivers/azure_blobs.rst
----------------------------------------------------------------------
diff --git a/docs/storage/drivers/azure_blobs.rst b/docs/storage/drivers/azure_blobs.rst
index 043b1e0..ac9e881 100644
--- a/docs/storage/drivers/azure_blobs.rst
+++ b/docs/storage/drivers/azure_blobs.rst
@@ -7,7 +7,7 @@ Connecting to Azure Blobs
 To connect to Azure Blobs you need your storage account name and access key.
 
 You can retrieve this information in the Azure Management Portal by going to
-Storage -> Manage Access Keys as shown on the screenshots below.
+"Storage Accounts" -> "Access Keys" as shown on the screenshots below.
 
 .. figure:: /_static/images/misc/azure_blobs_manage_access_keys_1.png
     :align: center
@@ -16,7 +16,15 @@ Storage -> Manage Access Keys as shown on the screenshots below.
 
 .. figure:: /_static/images/misc/azure_blobs_manage_access_keys_2.png
     :align: center
-    :width: 500
+    :width: 900
+
+Note that libcloud only supports general purpose storage accounts so make sure
+to select the "Storage (general purpose v1)" account kind when creating your
+storage account as shown on the screenshot below.
+
+.. figure:: /_static/images/misc/azure_blobs_account_kind.png
+    :align: center
+    :width: 900
 
 Instantiating a driver
 ~~~~~~~~~~~~~~~~~~~~~~


[2/2] libcloud git commit: Add changes for #1208

Posted by qu...@apache.org.
Add changes for #1208

Closes #1208


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bc097ffe
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bc097ffe
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bc097ffe

Branch: refs/heads/trunk
Commit: bc097ffe5b04990e0ca302231388ee7d5d6fe911
Parents: 85a72d5
Author: Quentin Pradet <qu...@apache.org>
Authored: Mon Jun 11 21:45:32 2018 +0200
Committer: Quentin Pradet <qu...@apache.org>
Committed: Mon Jun 11 21:45:32 2018 +0200

----------------------------------------------------------------------
 CHANGES.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/bc097ffe/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 0d5d04e..a92348b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -84,9 +84,12 @@ Storage
 - Update docstring for storage provider class (GITHUB-1201)
   [Clemens Wolff]
 
-- [Azure Blob storage] Allow filtering lists by prefix (LIBCLOUD-986, GITHUB-1193)
+- [Azure Blob Storage] Allow filtering lists by prefix (LIBCLOUD-986, GITHUB-1193)
   [Joshua Hawkinson]
 
+- [Azure Blob Storage] Update driver documentation (GITHUB-1208)
+  [Clemens Wolff]
+
 - [S3] Guess s3 upload content type (LIBCLOUD-958, GITHUB-1195)
   [Iuri de Silvio]