tripleo-heat-templates/releasenotes/notes/use-server-side-merging-ser...

13 lines
536 B
YAML

---
features:
- |
This changes the ServiceNetMap and VipSubnetMap interfaces to allow for
server side env merging. This would, for example, allow for adding network
for a new services without having to specify complete ServiceNetMap in
parameter_defaults section of an environment file.
upgrade:
- |
With the change to ServiceNetMap/VipSubnetMap interface, existing environments
where they are overridden have to specify 'merge' strategy for the parameters
in a new 'parameter_merge_strategies' section.