Merge "change default release to icehouse"

This commit is contained in:
Jenkins 2013-10-25 11:11:31 +00:00 committed by Gerrit Code Review
commit 4b54473b2d

View File

@ -39,7 +39,7 @@ from stackalytics import version as stackalytics_version
DEFAULTS = {
'metric': 'commits',
'release': 'havana',
'release': 'icehouse',
'project_type': 'openstack',
'review_nth': 5,
}