summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/core/InstallationServiceCapabilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/core/InstallationServiceCapabilities.py')
-rw-r--r--src/software/openlmi/software/core/InstallationServiceCapabilities.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/software/openlmi/software/core/InstallationServiceCapabilities.py b/src/software/openlmi/software/core/InstallationServiceCapabilities.py
index 4fbc5ec..f801790 100644
--- a/src/software/openlmi/software/core/InstallationServiceCapabilities.py
+++ b/src/software/openlmi/software/core/InstallationServiceCapabilities.py
@@ -147,7 +147,7 @@ def get_path():
op = pywbem.CIMInstanceName(
classname="LMI_SoftwareInstallationServiceCapabilities",
namespace="root/cimv2")
- op['InstanceID'] = "LMI:SoftwareInstallationServiceCapabilities"
+ op['InstanceID'] = "LMI:LMI_SoftwareInstallationServiceCapabilities"
return op
@cmpi_logging.trace_function
@@ -200,9 +200,9 @@ def get_instance(model=None):
model['InstanceID'] = path['InstanceID']
model['CanAddToCollection'] = True
- model['Caption'] = 'Capabilities of LMI:SoftwareInstallationService'
+ model['Caption'] = 'Capabilities of LMI:LMI_SoftwareInstallationService'
model['Description'] = ('This instance provides information'
- ' about LMI:SoftwareInstallationService\'s capabilities.')
+ ' about LMI:LMI_SoftwareInstallationService\'s capabilities.')
model['SupportedAsynchronousActions'] = [
Values.SupportedAsynchronousActions.Install_From_Software_Identity,
Values.SupportedAsynchronousActions.Install_from_URI]