openstack-ansible-os_tempest/releasenotes/notes/rename-list-file-path-239294e5a57fef09.yaml
Jonathan Rosser 9ec945a0a3 Rename includelist/excludelist file path vars
These variable names collide with the best name prefix to use when
gathering many variable names into a combined include/exclude list.

Codesearch shows no use of these as overrides and the number of
cases when an override would be needed is small.

Change-Id: Ic64165e41d24ae8dc75061589de84fa57998f03d
2023-08-16 10:25:30 +01:00

8 lines
304 B
YAML

---
upgrade:
- |
The variables `tempest_test_includelist_file_path` and `tempest_test_excludelist_file_path`
are renamed to `tempest_includelist_file_path` and `tempest_excludelist_file_path`.
Any overrides using these variables should be updated to account for the
new variable names.