changes for #1037
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/74103296 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/74103296 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/74103296 Branch: refs/heads/trunk Commit: 74103296985e66a9abe0126a05b20fb22362a280 Parents: 3fd2025 Author: Anthony Shaw <anthonys...@apache.org> Authored: Sat Apr 22 12:33:42 2017 +1000 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Sat Apr 22 12:33:42 2017 +1000 ---------------------------------------------------------------------- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/74103296/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 03d8990..a13e34c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,11 @@ Changes in current version of Apache Libcloud Common ~~~~~~ +- Fix OpenStack drivers not correctly setting URLs when used with identity API, would default to 127.0.0.1 and service + catalog URLs were not adhered to. + [GITHUB-1037, LIBCLOUD-912, LIBCLOUD-904] + (Anthony Shaw) + - Fix Aliyun ECS, Load balancer and storage adapters when using unicode UTF-8 characters in the names of resources in 2.0.0rc2 < it would fail as a MalformedResponseError, Python 2.7 element tree was raising a unicode error [GITHUB-1032] [GITHUB-994]