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 <[email protected]> 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 ~~~~~~~
