heat.common.environment_util.
merge_environments
(environment_files, files, params, param_schemata)[source]¶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.
Parameters: |
|
---|
heat.common.environment_util.
merge_map
(old, new, deep_merge=False)[source]¶Merge nested dictionaries.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.