Discussion:
[Libstoragemgmt-devel] [PATCH] smis.py: Add default value for _enumerate
Tony Asleson
2014-06-24 20:17:33 UTC
Permalink
Signed-off-by: Tony Asleson <***@redhat.com>
---
plugin/smispy/smis.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/smispy/smis.py b/plugin/smispy/smis.py
index 5cf0474..2e4c7bc 100644
--- a/plugin/smispy/smis.py
+++ b/plugin/smispy/smis.py
@@ -2272,7 +2272,7 @@ class Smis(IStorageAreaNetwork):
except CIMError:
pass

- def _enumerate(self, class_name, property_list):
+ def _enumerate(self, class_name, property_list=None):
"""
Please do the filter of "sytems=" in URI by yourself.
"""
--
1.8.2.1
Loading...