2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

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.
This commit is contained in:
Jarrod Johnson 2014-04-04 12:36:46 -04:00
parent 530cb64402
commit 32ffa4587e

View File

@ -69,8 +69,7 @@ class PluginRoute(object):
noderesources = {
'_console': {
'session': PluginRoute({
'pluginattrs': ['console.method', 'hardwaremanagement.method'],
'default': 'ipmi',
'pluginattrs': ['console.method'],
}),
},
'console': {