Fix some typos in the releasenote for nic config with ansible

This fixes some nits and adds the upgrade section.

Change-Id: I6c00ec5de3ed1072b65ce208f7cac52388d6e55c
This commit is contained in:
Rabi Mishra 2020-10-22 14:29:25 +05:30
parent 471334320b
commit 58ca6aebbd
1 changed files with 10 additions and 3 deletions

View File

@ -2,11 +2,18 @@
features:
- |
This changes network config generation with ansible, using the provided
jinja templates for roles, the default. Too keep using old heat templates
jinja templates for roles, the default. To keep using old heat templates
for network config with``OS::TripleO::{{role.name}}::Net::SoftwareConfig``
mappings, use ``NetworkConfigWithAnsible: false`` ``parameter_default``
in an environment file.
mappings, use ``NetworkConfigWithAnsible: false`` ``parameter_defaults``
in an environment file.
deprecations:
- |
The old way of generating network configs with heat templates has been
deprecated.
upgrade:
- |
Network config generation with ansible is the default now. Please
make necessary changes in the custom environment files and migrate
the custom network config temmplates used. To keep using the old
heat network config templates use ``NetworkConfigWithAnsible: false``
``parameter_defaults`` in an environment file.