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 2019/06/22 13:05:26 UTC

[libcloud] branch trunk updated (d9ca8fc -> a0dd583)

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 d9ca8fc  Add a changelog entry for #1294, #1202.
     add 1abaec4  OIDC project
     add 68ab9f2  Add test file
     add f096db4  Add test file
     new 5338ca7  Merge branch 'oidc_project' of https://github.com/micafer/libcloud into micafer-oidc_project
     new 672e4c9  Merge branch 'micafer-oidc_project' into trunk
     new a0dd583  Add changelog entry for #1293.

The 3 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                                     |  9 +++++++++
 libcloud/common/openstack_identity.py           | 17 +++++++++++++----
 libcloud/test/common/test_openstack_identity.py | 16 ++++++++--------
 3 files changed, 30 insertions(+), 12 deletions(-)


[libcloud] 03/03: Add changelog entry for #1293.

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 a0dd58374fdcb040d2394cae75aea1d2a4a17b1f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 22 15:05:12 2019 +0200

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

diff --git a/CHANGES.rst b/CHANGES.rst
index a3b96cb..00f8957 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,15 @@
 Changes in Apache Libcloud in development
 -----------------------------------------
 
+OpenStack
+~~~~~~~
+
+- [OpenStack] Update OpenStack identity driver so a custom project can be
+  selected using ``domain_name`` keyword argument. Previously, that wasn't
+  possible and the first project which was returned by the API was always
+  selected. (GITHUB-1293)
+  [Miguel Caballer - @micafer]
+
 Compute
 ~~~~~~~
 


[libcloud] 01/03: Merge branch 'oidc_project' of https://github.com/micafer/libcloud into micafer-oidc_project

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 5338ca7e5008aed2b2fa152a1f8ac7c600712850
Merge: d9ca8fc f096db4
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 22 15:01:47 2019 +0200

    Merge branch 'oidc_project' of https://github.com/micafer/libcloud into micafer-oidc_project

 libcloud/common/openstack_identity.py           | 17 +++++++++++++----
 libcloud/test/common/test_openstack_identity.py | 16 ++++++++--------
 2 files changed, 21 insertions(+), 12 deletions(-)


[libcloud] 02/03: Merge branch 'micafer-oidc_project' into trunk

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 672e4c9faeed2eaa90a6b6c53d878bf0225caee7
Merge: d9ca8fc 5338ca7
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jun 22 15:01:57 2019 +0200

    Merge branch 'micafer-oidc_project' into trunk

 libcloud/common/openstack_identity.py           | 17 +++++++++++++----
 libcloud/test/common/test_openstack_identity.py | 16 ++++++++--------
 2 files changed, 21 insertions(+), 12 deletions(-)