Accept array for [datasource] types

... because the parameter is ListOpt .

Change-Id: I5b46474568e3e6fbe2751e010f00404ba06cbc72
This commit is contained in:
Takashi Kajinami 2022-08-21 02:00:03 +09:00
parent 106ff1d7ce
commit bc724cdc0b
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ class vitrage (
vitrage_config {
'datasources/snapshots_interval': value => $snapshots_interval;
'datasources/types': value => $types;
'datasources/types': value => join(any2array($types), ',');
}
}