Make NetworkConfigWithAnsible parameter non-role specific

This changes the parameter to non-role specific and by default
true. The dependant python-tripleoclient patch adds a check
to ensure that we only allow usage of old heat nic congigs with
'NetworkConfigWithAnsible: false'.

Change-Id: Ie37bdfe64eb1b33afe326161fc6f99601addb7b5
This commit is contained in:
Rabi Mishra
2020-10-15 10:24:02 +05:30
parent a81ce0b931
commit e9e0eb3d97
28 changed files with 18 additions and 73 deletions

View File

@@ -25,5 +25,4 @@ parameter_defaults:
{%- else %}
{{role.name}}NetworkConfigTemplate: 'templates/multiple_nics/multiple_nics.j2'
{%- endif %}
{{role.name}}NetworkConfigWithAnsible: true
{%- endfor %}