summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/LMI_ResourceForSoftwareIdentity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/LMI_ResourceForSoftwareIdentity.py')
-rw-r--r--src/software/openlmi/software/LMI_ResourceForSoftwareIdentity.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/software/openlmi/software/LMI_ResourceForSoftwareIdentity.py b/src/software/openlmi/software/LMI_ResourceForSoftwareIdentity.py
index e7815a7..42ef7dc 100644
--- a/src/software/openlmi/software/LMI_ResourceForSoftwareIdentity.py
+++ b/src/software/openlmi/software/LMI_ResourceForSoftwareIdentity.py
@@ -122,9 +122,9 @@ class LMI_ResourceForSoftwareIdentity(CIMProvider2):
repoid = model["AvailableSAP"]["Name"]
pkg_info = Identity.object_path2pkg(
model["ManagedElement"],
- kind='available',
- include_repos=repoid,
- exclude_repos='*',
+ kind='available',
+ include_repos=repoid,
+ exclude_repos='*',
repoid=repoid)
repos = ydb.filter_repositories('all', repoid=repoid)
if len(repos) < 1: