Since there remains one and only one discovery handle, make it unconditionally the one, need to define a way to default a command, this one trips me up frequently
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@494 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a227c6eb35
commit
d449c7972e
@ -79,7 +79,8 @@ sub gethosttag {
|
||||
|
||||
sub handled_commands {
|
||||
return {
|
||||
discovered => 'chain:ondiscover',
|
||||
#discovered => 'chain:ondiscover',
|
||||
discovered => 'nodediscover',
|
||||
};
|
||||
}
|
||||
sub process_request {
|
||||
|
Loading…
Reference in New Issue
Block a user