Update changelog.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b8a6e4b0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b8a6e4b0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b8a6e4b0 Branch: refs/heads/trunk Commit: b8a6e4b01b892860a7928b91d7311170ee8d1741 Parents: 13e3b6e Author: Tomaz Muraus <[email protected]> Authored: Sat May 28 19:28:16 2016 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat May 28 19:28:16 2016 +0200 ---------------------------------------------------------------------- CHANGES.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b8a6e4b0/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index d0a31be..d3208d5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -65,6 +65,17 @@ Compute v2 driver. [Tomaz Muraus] +- Update libvirt driver so it returns false if a non-local libvirt URL is used + (right now only local instances are supported). + (LIBCLOUD-820, GITHUB-788) + [René Kjellerup] + +- Update libvirt driver to use `ip neight` command instead of `arp` to retrieve + node MAC address if `arp` command is not available or the current user + doesn't have permission to use it. + (LIBCLOUD-820, GITHUB-788) + [René Kjellerup] + Storage ~~~~~~~
