Skip to content

feat: allow exporting all service attributes

Alexander Rogovskiy requested to merge arogovsk/vofeed:add_params into master

Currently get_services method exports only host, flavour and uri. That is not enough in some cases (e.g. LHCb VO would like to have storage architecture and mode -- ro or rw -- as well, to tune tests accordingly). This change adds additional parameter to the method in question, which allows exporting all service attributes.

Merge request reports