Merge "Fix some typos in the releasenote for nic config with ansible"

This commit is contained in:
Zuul 2020-10-22 19:31:12 +00:00 committed by Gerrit Code Review
commit 6b53c9414a
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.