From: Justin Pettit Date: Tue, 23 Mar 2010 01:41:44 +0000 (-0700) Subject: xenserver: Add ovsdb-server status to xsconsole vswitch overview X-Git-Tag: v1.0.0~224 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b65595087b02856eb5769c4b5b60e4c65c7ea3cd;p=sliver-openvswitch.git xenserver: Add ovsdb-server status to xsconsole vswitch overview --- diff --git a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py index 6ecf4784f..fba89bed0 100644 --- a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py +++ b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py @@ -5,7 +5,7 @@ # trademarks of Citrix Systems, Inc., in the United States and other # countries. -# Copyright (c) 2009 Nicira Networks. +# Copyright (c) 2009, 2010 Nicira Networks. from XSConsoleLog import * @@ -296,6 +296,8 @@ class XSFeatureVSwitch: inPane.NewLine() inPane.AddStatusField(Lang("ovs-vswitchd status", 20), VSwitchService.Inst("vswitch", "ovs-vswitchd").status()) + inPane.AddStatusField(Lang("ovsdb-server status", 20), + VSwitchService.Inst("vswitch", "ovsdb-server").status()) inPane.AddStatusField(Lang("ovs-brcompatd status", 20), VSwitchService.Inst("vswitch", "ovs-brcompatd").status())