diff --git a/openstack_election/utils.py b/openstack_election/utils.py index af970ca1..ea0c4e3c 100644 --- a/openstack_election/utils.py +++ b/openstack_election/utils.py @@ -149,7 +149,7 @@ def get_projects(tag=None): cache_file = '.projects.pkl' if tag: - url += '?%s' % tag + url += '?h=%s' % tag cache_file = '.projects.%s.pkl' % tag # Refresh the cache if it's not there or if it's older than a week