imip-agent

imip_resource.py

1206:b91f5920af7c
2017-01-26 Paul Boddie Configure storage modules according to those present in the stores package, similar to the way that scheduling modules are configured, introducing a new tool to update the configuration when new modules are added.
     1 #!/usr/bin/env python     2      3 from imiptools import Processor     4 from imiptools.handlers import resource     5      6 Processor(resource.handlers)()     7      8 # vim: tabstop=4 expandtab shiftwidth=4