f212814249
Change-Id: I062f97fb0cf3723de40210a1d20f79a7979a7225 Implements: blueprint multi-environments
9 lines
420 B
YAML
9 lines
420 B
YAML
---
|
|
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.
|