summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-10-09 14:50:28 +0200
committerJan Safranek <jsafrane@redhat.com>2013-10-09 14:50:28 +0200
commit97f7d0cd33684ed88ea2ff80c578dbc8009f5000 (patch)
treeb9b7c9d5baf45ea5796ce19a599352917bfbd12c /src/python
parentd75505f629e290ae9feb647017e349a027921c41 (diff)
downloadopenlmi-providers-97f7d0cd33684ed88ea2ff80c578dbc8009f5000.tar.gz
openlmi-providers-97f7d0cd33684ed88ea2ff80c578dbc8009f5000.tar.xz
openlmi-providers-97f7d0cd33684ed88ea2ff80c578dbc8009f5000.zip
Use PG_ComputerSystem by default.
And get rid of sblim-cmpi-base dependency. It would be nice if our tests have an option to select Linux_ComputerSystem or PG_ComputerSystem in the future...
Diffstat (limited to 'src/python')
-rw-r--r--src/python/lmi/base/BaseConfiguration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/lmi/base/BaseConfiguration.py b/src/python/lmi/base/BaseConfiguration.py
index 275fc0f..8333cca 100644
--- a/src/python/lmi/base/BaseConfiguration.py
+++ b/src/python/lmi/base/BaseConfiguration.py
@@ -84,7 +84,7 @@ class BaseConfiguration(Singleton):
DEFAULT_OPTIONS = {
'Namespace' : 'root/cimv2',
- 'SystemClassName' : 'Linux_ComputerSystem',
+ 'SystemClassName' : 'PG_ComputerSystem',
# Default logging level
"Level" : "ERROR",
'DebugBlivet' : 'false',