summaryrefslogtreecommitdiffstats
path: root/src/python/lmi/common/BaseConfiguration.py
Commit message (Collapse)AuthorAgeFilesLines
* openlmi-python: split python packageMichal Minar2013-07-301-267/+0
| | | | | | | | | | | Split the openlmi-python package to 2: * openlmi-python-base - lmi namespace - functionality for any OpenLMI related python code - contains packages 'lmi' and 'lmi.base' * openlmi-python-providers - common functionality for OpenLMI providers - contains 'lmi.providers'
* moved logging level option to BaseConfigurationMichal Minar2013-07-231-4/+5
|
* python: added BaseConfiguration singleton classMichal Minar2013-07-231-0/+266
Inspired by StorageConfiguration. It loads configuration from /etc/openlmi/<provider_prefix>/*. It needs to be subclassed for particular set of python providers.