2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-17 21:23:18 +00:00

Add internal resource for 'shell'

This commit is contained in:
Jarrod Johnson 2015-10-28 09:45:00 -04:00
parent afa67f9bf7
commit 9146fce016

View File

@ -167,6 +167,12 @@ noderesources = {
'pluginattrs': ['console.method'],
}),
},
'_shell': {
'session': PluginRoute({
# For now, not configurable, wait until there's demand
'default': 'ssh',
})
},
'console': {
# this is a dummy value, http or socket must handle special
'session': PluginRoute({}),