tripleo-heat-templates/releasenotes/notes/remove-default-role-name-in-merge-nic-config-params-script-d670279038411978.yaml
Harald Jensås c740b54214 Remove default role-name from merge network param script
The merge-new-params-nic-config-script.py previosly had the
'Controller' role as the default for --role-name. It is not
obvious that this parameter must be changed when merging
nic config templates.

Remove the default and make the argument required. Improves
UX since user error is less likely.

Making the mistake of using a Role with too many networks
is'nt as forgiving since we now only pass parameters for
the role.networks.

Related-Bug: #1800811
Change-Id: Iff9e364db66ad09a30ac10a7814a3c01d50caf58
2019-01-12 13:16:18 +00:00

9 lines
378 B
YAML

---
other:
- |
The utility script ``tools/merge-new-params-nic-config-script.py``
previously used the ``Controller`` role by default if the ``--role-name``
argument was not specified. The argument (``--role-name``) no longer have a
default. It is now mandatory to specify the role when merging new
parameters into existing network configuration templates.