From ed71f80bec1d8f3c6e2e0fcf91ec6998a0fa557a Mon Sep 17 00:00:00 2001 From: Andrew Evans Date: Mon, 7 Feb 2011 12:40:01 -0800 Subject: [PATCH] xenserver: Display managers referenced by 'manager_options' in xsconsole. --- xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py index 015f4cc00..ae91d6379 100644 --- a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py +++ b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py @@ -304,8 +304,7 @@ class XSFeatureVSwitch: if dbController == "": dbController = Lang("") inPane.AddStatusField(Lang("Controller (config)", 20), dbController) - controller = VSwitchConfig.Get("get Open_vSwitch . managers") - controller = controller.strip('[]"') + controller = VSwitchConfig.Get("get-manager") if controller == "": controller = Lang("") -- 2.43.0