Allow additional config options for external plugins
This commit is contained in:
@ -88,6 +88,8 @@ if os.name == "nt":
|
||||
elif os.name == "posix":
|
||||
import fcntl
|
||||
|
||||
INTERNAL_TYPES = ("multifilesystem",)
|
||||
|
||||
|
||||
def load(configuration, logger):
|
||||
"""Load the storage manager chosen in configuration."""
|
||||
|
Reference in New Issue
Block a user