diff --git a/modules/jeepyb/templates/openstackwatch.ini.erb b/modules/jeepyb/templates/openstackwatch.ini.erb index 0b10a44483..de290b2287 100644 --- a/modules/jeepyb/templates/openstackwatch.ini.erb +++ b/modules/jeepyb/templates/openstackwatch.ini.erb @@ -10,7 +10,7 @@ json_url = <%= json_url %> # 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. -mode = <%= mode %> +output_mode = <%= mode %> # username to your swift cluster [swift] @@ -33,7 +33,4 @@ auth_url = <%= swift_auth_url %> # auth version (1.0 for Rackspace clouds, 2.0 for keystone backend clusters) auth_version = <%= auth_version %> -# the object name where to store the combined rss -uploaded_file = <%= feed %> - # vim: ft=dosini