Docs for #866 Closes #866
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/93c467c3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/93c467c3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/93c467c3 Branch: refs/heads/trunk Commit: 93c467c3e121ab7678f0d939d1276a4cd6b05781 Parents: 46647ea Author: Allard Hoeve <[email protected]> Authored: Fri Sep 23 12:26:29 2016 +0200 Committer: Anthony Shaw <[email protected]> Committed: Mon Sep 26 16:03:03 2016 +1000 ---------------------------------------------------------------------- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/93c467c3/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 15cdf78..764ae7d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,6 +19,11 @@ Compute - Added `ex_stop_node` to the OpenStack driver. (GITHUB-865) + +- When creating volume snapshot, the arguments `name` and `description` are truely + optional when working with newer OpenStack versions. The OpenStack driver will now + only post thost arguments if they are non-`NoneType`. + (GITHUB-866) [Allard Hoeve] Container
