Release notes for server-side env resolution

Change-Id: I062f97fb0cf3723de40210a1d20f79a7979a7225
Implements: blueprint multi-environments
This commit is contained in:
Jay Dobies 2016-02-15 15:36:51 -05:00
parent d454caf00a
commit f212814249

View File

@ -0,0 +1,8 @@
---
features:
- Multiple environment files may be passed to the server in the
files dictionary along with an ordered list of the environment file
names. The server will generate the stack's environment from the
provided files rather than requiring the client to merge the environments
together. This is optional; the existing interface to pass in the
already resolved environment is still present.