Merges environment files into the stack input parameters.
If a list of environment files have been specified, this call will pull the contents of each from the files dict, parse them as environments, and merge them into the stack input params. This behavior is the same as earlier versions of the Heat client that performed this params population client-side.
environment_files (list or None) – ordered names of the environment files found in the files dict
files (dict) – mapping of stack filenames to contents
params (dict) – parameters describing the stack
param_schemata (dict) – parameter schema dict
Merge nested dictionaries.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.