You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2021/10/24 20:21:17 UTC

[libcloud] branch trunk updated (5166da9 -> 5800c7c)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 5166da9  Update pricing data file.
     add efde7b4  Add Openstack Application Credential Support
     new a7539d2  Merge branch 'openstappcred' of https://github.com/ic-hep/libcloud into ic-hep-openstappcred
     new 5800c7c  Add changelog entry for #1598.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                     |   4 +
 docs/compute/drivers/openstack.rst              |   1 +
 libcloud/common/openstack_identity.py           | 131 ++++++++++++++++--------
 libcloud/test/common/test_openstack_identity.py |  50 ++++++++-
 4 files changed, 144 insertions(+), 42 deletions(-)

[libcloud] 02/02: Add changelog entry for #1598.

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 5800c7cddbbf1df5cc39504e27b5665356025ead
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Oct 24 22:18:18 2021 +0200

    Add changelog entry for #1598.
---
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGES.rst b/CHANGES.rst
index 6a95946..08c14bd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -99,6 +99,10 @@ Compute
   (GITHUB-1596)
   [Palash Gandhi - @palashgandhi]
 
+- [OpenStack] Add support for authenticating using application credentials.
+  (GITHUB-1597, GITHUB-1598)
+  [Daniela Bauer - @marianne013]
+
 DNS
 ~~~
 

[libcloud] 01/02: Merge branch 'openstappcred' of https://github.com/ic-hep/libcloud into ic-hep-openstappcred

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit a7539d2fe98c94b8b723a6cdb58d56505317dc03
Merge: 5166da9 efde7b4
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Oct 24 22:17:08 2021 +0200

    Merge branch 'openstappcred' of https://github.com/ic-hep/libcloud into ic-hep-openstappcred

 docs/compute/drivers/openstack.rst              |   1 +
 libcloud/common/openstack_identity.py           | 131 ++++++++++++++++--------
 libcloud/test/common/test_openstack_identity.py |  50 ++++++++-
 3 files changed, 140 insertions(+), 42 deletions(-)