Repository: libcloud Updated Branches: refs/heads/0.20.1 d1cf93179 -> 87deb0449
update chnages for 0.20.1 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/87deb044 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/87deb044 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/87deb044 Branch: refs/heads/0.20.1 Commit: 87deb04498ea8bb5068e362810c3d2ab89359b48 Parents: d1cf931 Author: Eric Johnson <erjoh...@google.com> Authored: Fri Jan 15 19:28:44 2016 +0000 Committer: Eric Johnson <erjoh...@google.com> Committed: Fri Jan 15 19:28:44 2016 +0000 ---------------------------------------------------------------------- CHANGES.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/87deb044/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 250869c..c47fbf8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,18 @@ Changelog ========= +Changes with Apache Libcloud 0.20.1 +----------------------------------- + +Compute +~~~~~~~ + +- [google] Allow for old and new style service account client email address + (LIBCLOUD-785) + [Hoang Phan] + Changes with Apache Libcloud 0.20.0 -------------------------------------------- +----------------------------------- General ~~~~~~~ @@ -30,10 +40,6 @@ General Compute ~~~~~~~ -- [google] Allow for old and new style service account client email address - (LIBCLOUD-785) - [Hoang Phan] - - Removed DreamHosts Compute Driver, DreamHosts users will now use the OpenStack Node driver since DreamHosts are OpenStack API compliant (GITHUB-655)