diff --git a/openstack_election/utils.py b/openstack_election/utils.py index d37f30a4..e44e201e 100644 --- a/openstack_election/utils.py +++ b/openstack_election/utils.py @@ -252,7 +252,7 @@ def check_ac_date(ac): def _get_projects(tag=None): - if tag: + if tag and tag != 'to-be-released': url = PROJECTS_URL % '/'.join(('tag', tag)) cache_file = '.projects.%s.pkl' % tag else: