Merge "Fix release-yaml-file-prep.py to include ansible-hardening" into stable/ocata

This commit is contained in:
Zuul 2017-12-15 14:33:02 +00:00 committed by Gerrit Code Review
commit 6ce2026c5c

View File

@ -104,7 +104,7 @@ def main():
projects = []
# Prepare the regex match
regex = re.compile('^.*openstack/openstack-ansible.*$')
regex = re.compile('^.*openstack/(ansible-hardening|openstack-ansible.*)$')
# Loop through the list of roles
for role_data in reqs: