d0acf56606
Add a new output, DeployedServerEnvionmentOutput, that can be used as the contents of an environment file to input into a services only stack when using split-stack. The parameter simplifies the manual steps needed to deploy split-stack. By default, the resource that generates the output is mapped to OS::Heat::None. implements blueprint split-stack-default Change-Id: I6004cd3f56778f078a69a20e93a0eba0c574b3db
7 lines
303 B
YAML
7 lines
303 B
YAML
---
|
|
features:
|
|
- Add a new output, DeployedServerEnvironment, that can be used as
|
|
the contents of an environment file. This environment file can then be used
|
|
as input into a services only stack when using split-stack. The parameter
|
|
simplifies the manual steps needed to deploy split-stack.
|