
There was duplication in the parsed url, I removed the duplication to get the url to work. I commented out the swift heading in the ini file so that the absence-of-swift conditionals were met in the script. I set the output_mode to multiple since that was the setting that I got to work for me so I thought having a working ini file was a good idea. *jeepyb/cmd/openstackwatch.py *jeepyb/confif/openstackwatch.ini-sample Change-Id: I3e8f8170abd33a99989d96f226562b4c625411fb Reviewed-on: https://review.openstack.org/26699 Reviewed-by: Chmouel Boudjnah <chmouel@enovance.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
# -*- Mode: conf -*-
|
|
|
|
[general]
|
|
# only show certain projects (don't forget the openstack/ as start)
|
|
projects = openstack/swift, openstack/cinder
|
|
|
|
# The Json URL where is the gerrit system.
|
|
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 = multiple
|
|
|
|
# username to your swift cluster
|
|
# [swift]
|
|
# username/tenant for swift with 2.0 or just username with 1.0 (i.e:
|
|
# RAX).
|
|
# username =
|
|
|
|
# passowrd or api key
|
|
# password =
|
|
|
|
# container to upload (probably want to be public)
|
|
# container =
|
|
|
|
# auth_url of the cluster, for Rackspace this is :
|
|
# https://auth.api.rackspacecloud.com/v1.0
|
|
# or Rackspace UK :
|
|
# https://lon.auth.api.rackspacecloud.com/v1.0
|
|
# auth_url = https://lon.auth.api.rackspacecloud.com/v1.0
|
|
|
|
# auth version (1.0 for Rackspace clouds, 2.0 for keystone backend clusters)
|
|
# auth_version = 1.0
|
|
|
|
# the object name where to store the combined rss
|
|
# combined_output_object = openstackwatch.xml
|
|
|
|
# vim: ft=dosini
|