From 32ffa4587ebaab17a361284b63c0f342d52eb5f2 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 4 Apr 2014 12:36:46 -0400 Subject: [PATCH] Render console method specification more straightforward Require user indicate 'console.method' rather than trying to guess. Notably, console.method might not be desired in a configuration that wishes only to use remote video. --- confluent/pluginapi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/confluent/pluginapi.py b/confluent/pluginapi.py index 4ff70cc6..5c50a882 100644 --- a/confluent/pluginapi.py +++ b/confluent/pluginapi.py @@ -69,8 +69,7 @@ class PluginRoute(object): noderesources = { '_console': { 'session': PluginRoute({ - 'pluginattrs': ['console.method', 'hardwaremanagement.method'], - 'default': 'ipmi', + 'pluginattrs': ['console.method'], }), }, 'console': {