changes for #1054
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/862daa86 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/862daa86 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/862daa86 Branch: refs/heads/trunk Commit: 862daa862960b0b34e61b08e0a804f0fcfea7c4e Parents: cc591e5 Author: Anthony Shaw <anthonys...@apache.org> Authored: Fri May 5 21:45:55 2017 +1000 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Fri May 5 21:45:55 2017 +1000 ---------------------------------------------------------------------- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/862daa86/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index e22b0e8..a5b413d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ Changes in current version of Apache Libcloud Common ~~~~~~ +- Fix bug in utils.decorators wrap exception method, used by vsphere driver + [GITHUB-1054] + (Anthony Shaw) + - Use PyTest as the unit testing runner (Anthony Shaw) @@ -22,6 +26,10 @@ Common Compute ~~~~~~~ +- Fix Kili driver not correctly fixing the auth version for openstack to 2.0_password + [GITHUB-1054] + (Anthony Shaw) + - [EC2] Add i3 instance types for AWS [GITHUB-1038] (Stephen Mullins) @@ -33,6 +41,10 @@ Compute Container ~~~~~~~~~ +- [KUBERNETES] Fix get_container method responding with None + [GITHUB-1054] + (Anthony Shaw) + - [DOCKER] fix add an extra check otherwise list_containers breaks with AttributeError when fromImages is specified [GITHUB-1043] (@johnnyWalnut)