diff options
author | James Slagle <jslagle@redhat.com> | 2017-04-28 16:01:14 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2017-07-10 09:36:22 -0400 |
commit | d0acf566066126ef41f85dacf825ceb6e850cc62 (patch) | |
tree | 058d01d788ac4ce895552d670c74e5a9a7dc2932 /releasenotes | |
parent | 83defdbdbf12a4ba9d843cd115d1acb931d1d151 (diff) |
Add DeployedServerEnvironmentOutput
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
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/deployed-server-environment-output-d838c782f76823b7.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/deployed-server-environment-output-d838c782f76823b7.yaml b/releasenotes/notes/deployed-server-environment-output-d838c782f76823b7.yaml new file mode 100644 index 00000000..14a5a279 --- /dev/null +++ b/releasenotes/notes/deployed-server-environment-output-d838c782f76823b7.yaml @@ -0,0 +1,6 @@ +--- +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. |