Add release note for bp/api-call-output

Add release note for bp/api-call-output.

bp api-call-output

Change-Id: I5388f67f234ee04290d1916c225473b058ba0157
This commit is contained in:
Peter Razumovsky 2015-12-21 15:47:06 +03:00
parent bb894cde1c
commit 18a3d93181
1 changed files with 11 additions and 0 deletions

View File

@ -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.