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:
parent
2ac39a1309
commit
1f95be17a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user