summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-10-11 12:22:18 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-10-11 15:02:01 +0200
commitb3bb7c386f839a062abac0cc2e36f6558ca9d802 (patch)
tree911349d9b68031f5482272cb19fd72900a8efb9e /commands
parent8971dfd2c0d86d0ed979357d08368b14184b6bab (diff)
downloadopenlmi-scripts-b3bb7c386f839a062abac0cc2e36f6558ca9d802.tar.gz
openlmi-scripts-b3bb7c386f839a062abac0cc2e36f6558ca9d802.tar.xz
openlmi-scripts-b3bb7c386f839a062abac0cc2e36f6558ca9d802.zip
Hardware: replaced Linux_ComputerSystem with CIM_ComputerSystem
Diffstat (limited to 'commands')
-rw-r--r--commands/hardware/lmi/scripts/hardware/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/hardware/lmi/scripts/hardware/__init__.py b/commands/hardware/lmi/scripts/hardware/__init__.py
index 594258e..fc52c16 100644
--- a/commands/hardware/lmi/scripts/hardware/__init__.py
+++ b/commands/hardware/lmi/scripts/hardware/__init__.py
@@ -55,9 +55,9 @@ def get_all_info(ns):
def get_system_info(ns):
"""
- :returns: Tabular data from ``Linux_ComputerSystem`` instance.
+ :returns: Tabular data from ``CIM_ComputerSystem`` instance.
"""
- i = get_single_instance(ns, 'Linux_ComputerSystem')
+ i = get_single_instance(ns, 'CIM_ComputerSystem')
return [('Hostname:', i.Name)]
def get_chassis_info(ns):