diff --git a/openstack_election/utils.py b/openstack_election/utils.py index 9129e55f..1e0b952a 100644 --- a/openstack_election/utils.py +++ b/openstack_election/utils.py @@ -102,7 +102,8 @@ def get_from_git(project, obj, params={}, verbose=0): def get_series_data(): return get_from_git('openstack/releases', - 'branch/master/deliverables/series_status.yaml') + 'branch/master/data/series_status.yaml', + verbose=99) def get_schedule_data(series):