summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-07 17:38:34 +0200
committerMichal Minar <miminar@redhat.com>2013-07-23 13:52:34 +0200
commitb066c4fb0f88f76ee9b0d142e4aff6f129d96435 (patch)
treeeb0648eca6cbf1776c1e71e174364fbb802625a5
parent0bc47663c050267d396472216b4b7ae53f840a9e (diff)
downloadopenlmi-providers-b066c4fb0f88f76ee9b0d142e4aff6f129d96435.tar.gz
openlmi-providers-b066c4fb0f88f76ee9b0d142e4aff6f129d96435.tar.xz
openlmi-providers-b066c4fb0f88f76ee9b0d142e4aff6f129d96435.zip
software: removed log messages for provider init
these messages do not really help
-rw-r--r--src/software/lmi/software/LMI_AffectedSoftwareJobElement.py2
-rw-r--r--src/software/lmi/software/LMI_AssociatedSoftwareInstallationServiceCapabilities.py2
-rw-r--r--src/software/lmi/software/LMI_AssociatedSoftwareJobMethodResult.py5
-rw-r--r--src/software/lmi/software/LMI_HostedSoftwareCollection.py5
-rw-r--r--src/software/lmi/software/LMI_HostedSoftwareIdentityResource.py5
-rw-r--r--src/software/lmi/software/LMI_HostedSoftwareInstallationService.py5
-rw-r--r--src/software/lmi/software/LMI_InstalledSoftwareIdentity.py5
-rw-r--r--src/software/lmi/software/LMI_MemberOfSoftwareCollection.py3
-rw-r--r--src/software/lmi/software/LMI_OwningSoftwareJobElement.py5
-rw-r--r--src/software/lmi/software/LMI_ResourceForSoftwareIdentity.py5
-rw-r--r--src/software/lmi/software/LMI_SoftwareIdentity.py5
-rw-r--r--src/software/lmi/software/LMI_SoftwareIdentityChecks.py5
-rw-r--r--src/software/lmi/software/LMI_SoftwareIdentityFileCheck.py2
-rw-r--r--src/software/lmi/software/LMI_SoftwareIdentityResource.py4
-rw-r--r--src/software/lmi/software/LMI_SoftwareInstallationService.py4
-rw-r--r--src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py2
-rw-r--r--src/software/lmi/software/LMI_SoftwareInstallationServiceCapabilities.py2
-rw-r--r--src/software/lmi/software/LMI_SoftwareJob.py2
-rw-r--r--src/software/lmi/software/LMI_SoftwareMethodResult.py5
-rw-r--r--src/software/lmi/software/LMI_SystemSoftwareCollection.py5
20 files changed, 25 insertions, 53 deletions
diff --git a/src/software/lmi/software/LMI_AffectedSoftwareJobElement.py b/src/software/lmi/software/LMI_AffectedSoftwareJobElement.py
index cbecd43..233e924 100644
--- a/src/software/lmi/software/LMI_AffectedSoftwareJobElement.py
+++ b/src/software/lmi/software/LMI_AffectedSoftwareJobElement.py
@@ -42,8 +42,6 @@ class LMI_AffectedSoftwareJobElement(CIMProvider2):
"""
def __init__(self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
self.values = AffectedSoftwareJobElement.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_AssociatedSoftwareInstallationServiceCapabilities.py b/src/software/lmi/software/LMI_AssociatedSoftwareInstallationServiceCapabilities.py
index 15b8df9..6185634 100644
--- a/src/software/lmi/software/LMI_AssociatedSoftwareInstallationServiceCapabilities.py
+++ b/src/software/lmi/software/LMI_AssociatedSoftwareInstallationServiceCapabilities.py
@@ -45,8 +45,6 @@ class LMI_AssociatedSoftwareInstallationServiceCapabilities(CIMProvider2):
"""
def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
self.values = AssociatedInstallationServiceCapabilities.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_AssociatedSoftwareJobMethodResult.py b/src/software/lmi/software/LMI_AssociatedSoftwareJobMethodResult.py
index fa2bad7..8203e85 100644
--- a/src/software/lmi/software/LMI_AssociatedSoftwareJobMethodResult.py
+++ b/src/software/lmi/software/LMI_AssociatedSoftwareJobMethodResult.py
@@ -62,9 +62,8 @@ class LMI_AssociatedSoftwareJobMethodResult(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_HostedSoftwareCollection.py b/src/software/lmi/software/LMI_HostedSoftwareCollection.py
index 7249bd6..db0b467 100644
--- a/src/software/lmi/software/LMI_HostedSoftwareCollection.py
+++ b/src/software/lmi/software/LMI_HostedSoftwareCollection.py
@@ -37,9 +37,8 @@ class LMI_HostedSoftwareCollection(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_HostedSoftwareIdentityResource.py b/src/software/lmi/software/LMI_HostedSoftwareIdentityResource.py
index 1f2ce37..fd7ae9c 100644
--- a/src/software/lmi/software/LMI_HostedSoftwareIdentityResource.py
+++ b/src/software/lmi/software/LMI_HostedSoftwareIdentityResource.py
@@ -71,9 +71,8 @@ class LMI_HostedSoftwareIdentityResource(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_HostedSoftwareInstallationService.py b/src/software/lmi/software/LMI_HostedSoftwareInstallationService.py
index e51111c..08296b7 100644
--- a/src/software/lmi/software/LMI_HostedSoftwareInstallationService.py
+++ b/src/software/lmi/software/LMI_HostedSoftwareInstallationService.py
@@ -48,9 +48,8 @@ class LMI_HostedSoftwareInstallationService(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_InstalledSoftwareIdentity.py b/src/software/lmi/software/LMI_InstalledSoftwareIdentity.py
index fada7a9..a78613b 100644
--- a/src/software/lmi/software/LMI_InstalledSoftwareIdentity.py
+++ b/src/software/lmi/software/LMI_InstalledSoftwareIdentity.py
@@ -71,9 +71,8 @@ class LMI_InstalledSoftwareIdentity(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_MemberOfSoftwareCollection.py b/src/software/lmi/software/LMI_MemberOfSoftwareCollection.py
index 8011b37..60c9c3a 100644
--- a/src/software/lmi/software/LMI_MemberOfSoftwareCollection.py
+++ b/src/software/lmi/software/LMI_MemberOfSoftwareCollection.py
@@ -74,8 +74,7 @@ class LMI_MemberOfSoftwareCollection(CIMProvider2):
"""
def __init__(self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_OwningSoftwareJobElement.py b/src/software/lmi/software/LMI_OwningSoftwareJobElement.py
index 5f8b3a8..375402b 100644
--- a/src/software/lmi/software/LMI_OwningSoftwareJobElement.py
+++ b/src/software/lmi/software/LMI_OwningSoftwareJobElement.py
@@ -41,9 +41,8 @@ class LMI_OwningSoftwareJobElement(CIMProvider2):
more specific 'owner' than is provided by the CIM_Job.Owner string.
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_ResourceForSoftwareIdentity.py b/src/software/lmi/software/LMI_ResourceForSoftwareIdentity.py
index ca125ad..abcee40 100644
--- a/src/software/lmi/software/LMI_ResourceForSoftwareIdentity.py
+++ b/src/software/lmi/software/LMI_ResourceForSoftwareIdentity.py
@@ -81,9 +81,8 @@ class LMI_ResourceForSoftwareIdentity(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_SoftwareIdentity.py b/src/software/lmi/software/LMI_SoftwareIdentity.py
index 722f86c..df6b0dc 100644
--- a/src/software/lmi/software/LMI_SoftwareIdentity.py
+++ b/src/software/lmi/software/LMI_SoftwareIdentity.py
@@ -68,9 +68,8 @@ class LMI_SoftwareIdentity(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_SoftwareIdentityChecks.py b/src/software/lmi/software/LMI_SoftwareIdentityChecks.py
index 3bbf840..6528457 100644
--- a/src/software/lmi/software/LMI_SoftwareIdentityChecks.py
+++ b/src/software/lmi/software/LMI_SoftwareIdentityChecks.py
@@ -72,9 +72,8 @@ class LMI_SoftwareIdentityChecks(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):
diff --git a/src/software/lmi/software/LMI_SoftwareIdentityFileCheck.py b/src/software/lmi/software/LMI_SoftwareIdentityFileCheck.py
index fe6f101..1f91116 100644
--- a/src/software/lmi/software/LMI_SoftwareIdentityFileCheck.py
+++ b/src/software/lmi/software/LMI_SoftwareIdentityFileCheck.py
@@ -42,8 +42,6 @@ class LMI_SoftwareIdentityFileCheck(CIMProvider2):
"""
def __init__(self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
self.values = IdentityFileCheck.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_SoftwareIdentityResource.py b/src/software/lmi/software/LMI_SoftwareIdentityResource.py
index ff359b7..80dbb34 100644
--- a/src/software/lmi/software/LMI_SoftwareIdentityResource.py
+++ b/src/software/lmi/software/LMI_SoftwareIdentityResource.py
@@ -49,9 +49,7 @@ class LMI_SoftwareIdentityResource(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
self.values = IdentityResource.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_SoftwareInstallationService.py b/src/software/lmi/software/LMI_SoftwareInstallationService.py
index 7b2b73e..3a4e18c 100644
--- a/src/software/lmi/software/LMI_SoftwareInstallationService.py
+++ b/src/software/lmi/software/LMI_SoftwareInstallationService.py
@@ -36,9 +36,7 @@ class LMI_SoftwareInstallationService(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
self.values = InstallationService.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py b/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
index bcca992..b7bd9ab 100644
--- a/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
+++ b/src/software/lmi/software/LMI_SoftwareInstallationServiceAffectsElement.py
@@ -61,8 +61,6 @@ class LMI_SoftwareInstallationServiceAffectsElement(CIMProvider2):
"""
def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
self.values = InstallationServiceAffectsElement.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_SoftwareInstallationServiceCapabilities.py b/src/software/lmi/software/LMI_SoftwareInstallationServiceCapabilities.py
index 739d391..3669a64 100644
--- a/src/software/lmi/software/LMI_SoftwareInstallationServiceCapabilities.py
+++ b/src/software/lmi/software/LMI_SoftwareInstallationServiceCapabilities.py
@@ -37,8 +37,6 @@ class LMI_SoftwareInstallationServiceCapabilities(CIMProvider2):
"""
def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
self.values = InstallationServiceCapabilities.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_SoftwareJob.py b/src/software/lmi/software/LMI_SoftwareJob.py
index 79275bf..569ac8b 100644
--- a/src/software/lmi/software/LMI_SoftwareJob.py
+++ b/src/software/lmi/software/LMI_SoftwareJob.py
@@ -39,8 +39,6 @@ class LMI_SoftwareJob(CIMProvider2):
"""
def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
self.values = Job.Values
@cmpi_logging.trace_method
diff --git a/src/software/lmi/software/LMI_SoftwareMethodResult.py b/src/software/lmi/software/LMI_SoftwareMethodResult.py
index b4d5a21..237f410 100644
--- a/src/software/lmi/software/LMI_SoftwareMethodResult.py
+++ b/src/software/lmi/software/LMI_SoftwareMethodResult.py
@@ -52,9 +52,8 @@ class LMI_SoftwareMethodResult(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
def get_instance(self, env, model):
"""Return an instance.
diff --git a/src/software/lmi/software/LMI_SystemSoftwareCollection.py b/src/software/lmi/software/LMI_SystemSoftwareCollection.py
index 6aea1d9..b573939 100644
--- a/src/software/lmi/software/LMI_SystemSoftwareCollection.py
+++ b/src/software/lmi/software/LMI_SystemSoftwareCollection.py
@@ -45,9 +45,8 @@ class LMI_SystemSoftwareCollection(CIMProvider2):
"""
- def __init__ (self, _env):
- cmpi_logging.logger.debug('Initializing provider %s from %s' \
- % (self.__class__.__name__, __file__))
+ def __init__(self, _env):
+ pass
@cmpi_logging.trace_method
def get_instance(self, env, model):