Displaying 1 result from an estimated 1 matches for "14c7b44".
Did you mean:
14744
2011 Aug 10
0
[PATCH] remove network page loop when selecting other pages
...rrent_page = menu_choice
elif self.__current_page == SUPPORT_PAGE:
log("pressed: " + str(pressed))
if pressed == SHELL_BUTTON:
diff --git a/scripts/ovirtfunctions.py b/scripts/ovirtfunctions.py
index ae3c013..14c7b44 100644
--- a/scripts/ovirtfunctions.py
+++ b/scripts/ovirtfunctions.py
@@ -142,8 +142,8 @@ def augtool_get(key):
return value
# return 1 if oVirt Node is running in standalone mode
# return 0 if oVirt Node is managed by the oVirt Server
-def is_managed(bootparams):
- if "ovirt_standa...