Edit variable mode and remove variable in openstackwatch.ini.

* modules/jeepyb/templates/openstackwatch.ini.erb

Change-Id: Iff9a211c794be38324f6968cea77b87de7709b27
Reviewed-on: https://review.openstack.org/26526
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Anita Kuno 2013-04-09 16:31:55 -04:00 committed by Jenkins
parent 3eb31b3983
commit fdc8fd45bb
1 changed files with 1 additions and 4 deletions

View File

@ -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