Command "indico setup list_plugins" only shows the plugins being used

Hi,

I am working on the devel version 2.2-dev.
I enabled the Vidyo plugin, by adding line
PLUGINS = {‘vc_vidyo’}
to the conf file.
Since then, that is the only plugin listed when I run command “indico setup list_plugins”, instead of the entire list as before.
Is that the expected behavior?

Thanks
Jose

indico setup list_plugins shows the plugins that are installed in your python environment, regardless of whether they are enabled or not (indico setup ... subcommands don’t even read indico.conf).

So if you only installed the vc_vidyo plugin in your python environment, only that one shows up there.