diff --git a/jeepyb/cmd/openstackwatch.py b/jeepyb/cmd/openstackwatch.py index ff611dd..042806f 100644 --- a/jeepyb/cmd/openstackwatch.py +++ b/jeepyb/cmd/openstackwatch.py @@ -87,7 +87,7 @@ def debug(msg): def get_javascript(project=None): - url = "%s?q=status:open" % CONFIG['json_url'] + url = CONFIG['json_url'] if project: url += "+project:" + project fp = urllib.urlretrieve(url) diff --git a/jeepyb/config/openstackwatch.ini-sample b/jeepyb/config/openstackwatch.ini-sample index 630bdcf..bf13234 100644 --- a/jeepyb/config/openstackwatch.ini-sample +++ b/jeepyb/config/openstackwatch.ini-sample @@ -10,10 +10,10 @@ json_url = https://review.openstack.org/query?q=status:open # Allow different mode to output to swift, by default 'combined' will # combined all rss in one and 'multiple' will upload all the projects # in each rss file. -output_mode = combined +output_mode = multiple # username to your swift cluster -[swift] +# [swift] # username/tenant for swift with 2.0 or just username with 1.0 (i.e: # RAX). # username =