python-tripleoclient/tripleoclient/workflows
Alex Schultz a357740a0b Add exclusions to the unused param warning
This adds the ability for us to specifically exclude some patterns of
parameters from the warning that is generated during the deployment for
unused heat params. The params being added are generated by the
deployment and not necessarily provided by the end user. The params
currently being excluded are:

 * '^(Docker|Container).*Image$' - container image vars
 * '^SwiftFetchDir(Get|Put)Tempurl$' - temp url for ceph
 * '^PythonInterpreter$' - python executable for the deploy

The warning message is also slightly adjusted to try and clarify that
the vars might be valid but not used due to service or deployment
configs.

Conflicts:
	tripleoclient/constants.py
	tripleoclient/workflows/parameters.py
Change-Id: Iad7d97346993b5c95443092b81d056293cdad752
Closes-Bug: #1842754
(cherry picked from commit b25a9a953b)
2019-09-06 15:32:51 -06:00
..
__init__.py Use Mistral for baremetal registration 2016-07-08 15:43:18 +01:00
baremetal.py nova-less-deploy: command for deploying nodes with ironic 2019-03-19 10:18:26 +01:00
base.py Remove execution from workflow message send 2019-01-21 09:26:04 +01:00
deployment.py Don't force verbosity of 1 for config-download 2019-08-30 18:32:31 +00:00
package_update.py Merge "Get the failed status for update prepare" 2019-01-24 12:12:09 +00:00
parameters.py Add exclusions to the unused param warning 2019-09-06 15:32:51 -06:00
plan_management.py Replace git.openstack.org URLs with opendev.org URLs 2019-05-23 09:37:59 +02:00
roles.py Add workflows-based role listing commands 2018-01-11 15:10:08 +00:00
scale.py Don't exit on RUNNING status on delete 2018-11-22 15:16:54 +01:00
stack_management.py Merge "Change the overcloud delete command to use undeploy_plan" 2018-12-06 15:02:25 +00:00
support.py Start websocket client before workflows 2018-09-26 11:43:16 +02:00
undercloud_backup.py Add Openstack Undercloud backup 2018-02-08 07:50:37 +00:00
validations.py Improve validations run outputs through the CLI 2019-07-02 09:03:10 +00:00