Remove leftover of SwiftFetchDir(Get|Put)Tempurl

These parameters are no longer used since [1] and [2] were merged.

[1] https://review.opendev.org/c/openstack/tripleo-common/+/709249
[2] https://review.opendev.org/c/openstack/tripleo-heat-templates/+/709251

Change-Id: I01e70068fa63e7741b9f809a0d658e2fd2f8153b
This commit is contained in:
Takashi Kajinami 2022-10-12 09:53:16 +09:00
parent d9a542ada2
commit 832812a1e9
1 changed files with 0 additions and 2 deletions

View File

@ -223,11 +223,9 @@ except (configparser.NoOptionError, FileNotFoundError):
# regex patterns to exclude when looking for unused params
# - exclude *Image params as they may be unused because the service is not
# enabled
# - exclude SwiftFetchDir*Tempurl because it's used by ceph and generated by us
# - exclude PythonInterpreter because it's generated by us and only used
# in some custom scripts
UNUSED_PARAMETER_EXCLUDES_RE = ['^(Docker|Container).*Image$',
'^SwiftFetchDir(Get|Put)Tempurl$',
'^PythonInterpreter$']
EXPORT_PASSWORD_EXCLUDE_PATTERNS = [