summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/core/InstallationService.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/core/InstallationService.py')
-rw-r--r--src/software/openlmi/software/core/InstallationService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/openlmi/software/core/InstallationService.py b/src/software/openlmi/software/core/InstallationService.py
index beb4351..acc7ca6 100644
--- a/src/software/openlmi/software/core/InstallationService.py
+++ b/src/software/openlmi/software/core/InstallationService.py
@@ -547,7 +547,7 @@ def get_path():
systemop = ComputerSystem.get_path()
op["SystemCreationClassName"] = systemop.classname
op['SystemName'] = systemop["Name"]
- op["Name"] = "LMI:SoftwareInstallationService"
+ op["Name"] = "LMI:LMI_SoftwareInstallationService"
return op
@cmpi_logging.trace_function