Merge "Version check: update using project name or tarball name" into stable/stein

This commit is contained in:
Zuul 2019-04-15 12:02:17 +00:00 committed by Gerrit Code Review
commit 1c397a9b19
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ def load_all_info(openstack_release):
projects[project_name] = {'latest_version': latest_version,
'tarball_base': tarball_base}
projects[tarball_base] = {'latest_version': latest_version,
'tarball_base': tarball_base}
return projects