Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: Add 'get_all_values' to configfile.py
......................................................................

packaging: setup: Add 'get_all_values' to configfile.py

Change-Id: Id27fcd1335a2a264d2f1f6000815c7ddec578fbe
Signed-off-by: Yedidyah Bar David <d...@redhat.com>
---
M packaging/pythonlib/ovirt_engine/configfile.py
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/19445/1

diff --git a/packaging/pythonlib/ovirt_engine/configfile.py 
b/packaging/pythonlib/ovirt_engine/configfile.py
index 7e89e99..22aa22f 100644
--- a/packaging/pythonlib/ovirt_engine/configfile.py
+++ b/packaging/pythonlib/ovirt_engine/configfile.py
@@ -144,5 +144,8 @@
         else:
             return int(value)
 
+    def get_all_values(self):
+        return self._values
+
 
 # vim: expandtab tabstop=4 shiftwidth=4


-- 
To view, visit http://gerrit.ovirt.org/19445
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id27fcd1335a2a264d2f1f6000815c7ddec578fbe
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <d...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to