summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
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',