blob: 95e9260b3cfd281446dc54768a7d923cc62188f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
features:
- PreNetworkConfig is modified to support role-specific parameters.
upgrade:
- PreNetworkConfig takes a new parameter, RoleParameters. All the templates
associated with PreNetworkConfig should add this new parameter during
upgrade.
deprecations:
- Parameters {{role}}KernelArgs, {{role}}TunedProfileName and
{{role}}HostCpusList are deprecated. Alternatively, role-specific
parameter support has been added with the same names.
|