summaryrefslogtreecommitdiffstats
path: root/src/software
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-11-28 14:20:08 +0100
committerMichal Minar <miminar@redhat.com>2013-11-29 09:26:56 +0100
commit620c9551df23e3636fdd83eab5ae1e7b44b96c0f (patch)
tree70cabf0466afd457c386e02a08e70f463f861f1d /src/software
parent0bebdc3c6401f564f4e6ce5a3fa893817a614a02 (diff)
downloadopenlmi-providers-620c9551df23e3636fdd83eab5ae1e7b44b96c0f.tar.gz
openlmi-providers-620c9551df23e3636fdd83eab5ae1e7b44b96c0f.tar.xz
openlmi-providers-620c9551df23e3636fdd83eab5ae1e7b44b96c0f.zip
software: fixed InstanceID of installation service
LMI_SoftwareInstallationService passed incorrect value in InstanceID property. Value should contain the whole class name, not shortened version.
Diffstat (limited to 'src/software')
-rw-r--r--src/software/lmi/software/LMI_SoftwareInstallationService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/lmi/software/LMI_SoftwareInstallationService.py b/src/software/lmi/software/LMI_SoftwareInstallationService.py
index 7b51a4e..316915d 100644
--- a/src/software/lmi/software/LMI_SoftwareInstallationService.py
+++ b/src/software/lmi/software/LMI_SoftwareInstallationService.py
@@ -84,7 +84,7 @@ class LMI_SoftwareInstallationService(CIMProvider2):
model['EnabledDefault'] = self.values.EnabledDefault.Not_Applicable
model['EnabledState'] = self.values.EnabledState.Not_Applicable
model['HealthState'] = self.values.HealthState.OK
- model['InstanceID'] = 'LMI:LMI_InstallationService'
+ model['InstanceID'] = 'LMI:LMI_SoftwareInstallationService'
model['OperatingStatus'] = self.values.OperatingStatus.Servicing
model['OperationalStatus'] = [self.values.OperationalStatus.OK]
model['PrimaryStatus'] = self.values.PrimaryStatus.OK