summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/gendoc/doc/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gendoc/doc/config.rst b/tools/gendoc/doc/config.rst
index 7bf292f..0c28609 100644
--- a/tools/gendoc/doc/config.rst
+++ b/tools/gendoc/doc/config.rst
@@ -24,7 +24,7 @@ Default configuration::
[CIM]
Namespace=root/cimv2
- SystemClassName=Linux_ComputerSystem
+ SystemClassName=PG_ComputerSystem
[Log]
Level=ERROR
@@ -34,7 +34,7 @@ Default configuration::
Section Option name Default value Desciption
======= =================== ==================== ===========
``CIM`` ``Namespace`` root/cimv2 Namespace where OpenLMI providers are registered.
-``CIM`` ``SystemClassName`` Linux_ComputerSystem Name of CIM_ComputerSystem class, which is used to represent the computer system. It will be used as ``SystemClassName`` property value of various classes.
+``CIM`` ``SystemClassName`` PG_ComputerSystem Name of CIM_ComputerSystem class, which is used to represent the computer system. It will be used as ``SystemClassName`` property value of various classes.
``Log`` ``Level`` ERROR Chooses which messages are logged, either to CIMOM and (if configured) to standard error output. Available levels (sorted by severity) are:
* CRITICAL