mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-23 11:40:26 +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:
@@ -69,8 +69,7 @@ class PluginRoute(object):
|
||||
noderesources = {
|
||||
'_console': {
|
||||
'session': PluginRoute({
|
||||
'pluginattrs': ['console.method', 'hardwaremanagement.method'],
|
||||
'default': 'ipmi',
|
||||
'pluginattrs': ['console.method'],
|
||||
}),
|
||||
},
|
||||
'console': {
|
||||
|
Reference in New Issue
Block a user