From 18a3d9318112d12400907123ee5085114e33c89b Mon Sep 17 00:00:00 2001 From: Peter Razumovsky Date: Mon, 21 Dec 2015 15:47:06 +0300 Subject: [PATCH] Add release note for bp/api-call-output Add release note for bp/api-call-output. bp api-call-output Change-Id: I5388f67f234ee04290d1916c225473b058ba0157 --- releasenotes/notes/api-outputs-6d09ebf5044f51c3.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/api-outputs-6d09ebf5044f51c3.yaml diff --git a/releasenotes/notes/api-outputs-6d09ebf5044f51c3.yaml b/releasenotes/notes/api-outputs-6d09ebf5044f51c3.yaml new file mode 100644 index 000000000..5cfec3d8a --- /dev/null +++ b/releasenotes/notes/api-outputs-6d09ebf5044f51c3.yaml @@ -0,0 +1,11 @@ +--- +features: + - Added new functionality for showing and listing stack outputs without + resolving all outputs during stack initialisation. + - Added new API calls for showing and listing stack outputs + ``/stack/outputs`` and ``/stack/outputs/output_key``. + - Added using of new API in python-heatclient for ``output_show`` and + ``output_list``. Now, if version of Heat API is 1.19 or above, Heat client + will use API calls ``output_show`` and ``output_list`` instead of parsing + of stack get response. If version of Heat API is lower than 1.19, + outputs resolve in Heat client as well as before. \ No newline at end of file