openstack-ansible/releasenotes/notes/gather-include-exclude-lists-91007886c06ebb74.yaml
Dmitriy Rabotyagov 1403962a83 Bump roles and upstream version for 28.0.0.rc1
Change-Id: Icd2a692cd0077d1fb1b9cf9ae0572dc7878c70b4
2023-12-08 15:52:21 +00:00

11 lines
533 B
YAML

---
features:
- |
It is now possible to use multiple variables with a specific prefix to
define the whole contents of the tempest test include/exclude lists.
Any variable from host/group or ansible extra-vars whose name is prefixed
with the value in the os_tempest role default `tempest_test_search_includelist_pattern`
or `tempest_test_search_excludelist_pattern` will be combined with the
existing `tempest_test_includelist` or `tempest_test_excludelist` variables
into a single include/exclude list.