c385388ea1
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
11 lines
380 B
YAML
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`.
|