heat/releasenotes/notes/external-resources-965d01d690d32bd2.yaml
ricolin c385388ea1 Add support for a resource level external_id
This adds support for the following to the template:
 heat_template_version: 2016-10-14
 resources:
   ...
   res_a:
     type: OS::Nova::Server
     external_id: the-new-server-id
     properties:
     ...

Co-Authored-By: Rico Lin <rico.l@inwinstack.com>

blueprint external-resources
Change-Id: I8fda1380504d1d8b1e96649bf20b86d6309fdeca
2016-08-12 15:59:14 +08:00

11 lines
380 B
YAML

---
prelude: >
Support external resource reference in template.
features:
- Add `external_id` attribute for resource to reference
on an exists external resource. The resource (with
`external_id` attribute) will not able to be updated.
This will keep management rights stay externally.
- This feature only supports templates with version over
`2016-10-14`.