Add note that OS::stack_id is available since Kilo

Change-Id: Iccf17494aa9446ebc83b0a8d5cac07594f8cd6a0
Closes-Bug: #1429154
This commit is contained in:
Tetiana Lashchova 2015-03-23 18:03:48 +02:00
parent dc5dbd04e4
commit d06b6c098b
1 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,10 @@ accessible as follows:
Making your template resource more "transparent" Making your template resource more "transparent"
================================================ ================================================
.. note::
Available since 2015.1 (Kilo).
If you wish to be able to return the ID of one of the inner resources If you wish to be able to return the ID of one of the inner resources
instead of the nested stack's identifier, you can add the special reserved instead of the nested stack's identifier, you can add the special reserved
output "OS::stack_id" to your template resource. output "OS::stack_id" to your template resource.