Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Fix some typos in the releasenote for nic config with ansible"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 22, 2020
2 parents f62bf3a + 58ca6ae commit 6b53c94
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6b53c94

Please sign in to comment.