@ -80,22 +80,20 @@ API_OPTS = [
default = ' /#/results/ %s ' ,
help = ' Template for test result url. '
) ,
cfg . StrOpt ( ' github_api_capabilities_url ' ,
default = ' https://api.github.com '
' /repos/openstack/interop/contents ' ,
cfg . StrOpt ( ' opendev_api_capabilities_url ' ,
default = ' https://opendev.org/api/v1/repos/osf/interop/contents ' ,
help = ' The GitHub API URL of the repository and location of the '
' Interop Working Group capability files. This URL is used '
' to get a listing of all capability files. '
) ,
cfg . StrOpt ( ' additional_capability_urls ' ,
default = ' https://api.github.com '
' /repos/openstack /interop/contents/add-ons' ,
default = ' https://opendev.org/api/v1/ '
' repos/osf /interop/contents/add-ons' ,
help = ( ' The GitHub API URL of the repository and location of '
' any additional guideline sources which will need to '
' be parsed by the refstack API. ' ) ) ,
cfg . StrOpt ( ' github_raw_base_url ' ,
default = ' https://raw.githubusercontent.com '
' /openstack/interop/master/ ' ,
cfg . StrOpt ( ' opendev_raw_base_url ' ,
default = ' https://opendev.org/api/v1/repos/osf/interop/raw/ ' ,
help = ' This is the base URL that is used for retrieving '
' specific capability files. Capability file names will '
' be appended to this URL to get the contents of that file. '