From 5c739ce26ea02f1c8d2ca198d98fe72626c9d3be Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 28 Mar 2016 10:18:40 -0400 Subject: [PATCH] Add release notes for new create_image_snapshot() args This commit adds a new release note to describe the new options added to create_image_snapshot(). Change-Id: Ic69d604c52a669af68cef1c06d5c455b27cef276 --- .../notes/wait-on-image-snapshot-27cd2eacab2fabd8.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/wait-on-image-snapshot-27cd2eacab2fabd8.yaml diff --git a/releasenotes/notes/wait-on-image-snapshot-27cd2eacab2fabd8.yaml b/releasenotes/notes/wait-on-image-snapshot-27cd2eacab2fabd8.yaml new file mode 100644 index 000000000..ae434e28b --- /dev/null +++ b/releasenotes/notes/wait-on-image-snapshot-27cd2eacab2fabd8.yaml @@ -0,0 +1,7 @@ +--- +features: + - Adds a new pair of options to create_image_snapshot(), wait and timeout, + to have the function wait until the image snapshot being created goes + into an active state. + - Adds a new function wait_for_image() which will wait for an image to go + into an active state.