summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py b/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
index 61474b1..ddc9b32 100644
--- a/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
+++ b/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
@@ -143,9 +143,8 @@ class LMI_SoftwareInstallationServiceAffectsElement(CIMProvider2):
avail_model = util.new_instance_name("LMI_SoftwareIdentity")
for pkg_info in YumDB.get_instance().get_package_list('available'):
- model["AffectedElement"] = InstallationServiceAffectsElement. \
- fill_model_identity(model, pkg_info, keys_only=keys_only,
- identity_model=avail_model)
+ InstallationServiceAffectsElement.fill_model_identity(model,
+ pkg_info, keys_only=keys_only, identity_model=avail_model)
yield model
@cmpi_logging.trace_method