summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/cimom_entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/cimom_entry.py')
-rw-r--r--src/software/openlmi/software/cimom_entry.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/software/openlmi/software/cimom_entry.py b/src/software/openlmi/software/cimom_entry.py
index 40ae357..f73c8cb 100644
--- a/src/software/openlmi/software/cimom_entry.py
+++ b/src/software/openlmi/software/cimom_entry.py
@@ -42,6 +42,8 @@ from openlmi.software.LMI_HostedSoftwareIdentityResource import \
LMI_HostedSoftwareIdentityResource
from openlmi.software.LMI_SoftwareInstallationService import \
LMI_SoftwareInstallationService
+from openlmi.software.LMI_SoftwareInstallationServiceCapabilities import \
+ LMI_SoftwareInstallationServiceCapabilities
from openlmi.software.LMI_SoftwareInstallationJob import \
LMI_SoftwareInstallationJob
from openlmi.software.LMI_SoftwareMethodResult import \
@@ -73,6 +75,8 @@ def get_providers(env):
LMI_HostedSoftwareIdentityResource(env),
"LMI_SoftwareInstallationService" : \
LMI_SoftwareInstallationService(env),
+ "LMI_SoftwareInstallationServiceCapabilities" : \
+ LMI_SoftwareInstallationServiceCapabilities(env),
"LMI_SoftwareInstallationJob" : LMI_SoftwareInstallationJob(env),
"LMI_SoftwareMethodResult" : LMI_SoftwareMethodResult(env),
"LMI_AffectedSoftwareJobElement" : LMI_AffectedSoftwareJobElement(env),