|
@ -95,9 +95,9 @@ def find_existing_instances( **kwargs ): |
|
|
"name": servername, |
|
|
"name": servername, |
|
|
"srvid": id, |
|
|
"srvid": id, |
|
|
"dbus": dbusName, |
|
|
"dbus": dbusName, |
|
|
"addr": find_in_dicts( ( "registerHostame", "host" ), conf, default, "0.0.0.0" ), |
|
|
|
|
|
|
|
|
"addr": find_in_dicts( ( "registerhostame", "host" ), conf, default, "0.0.0.0" ), |
|
|
"port": find_in_dicts( "port", conf, default ), |
|
|
"port": find_in_dicts( "port", conf, default ), |
|
|
"url": find_in_dicts( "registerUrl", conf, default ), |
|
|
|
|
|
|
|
|
"url": find_in_dicts( "registerurl", conf, default ), |
|
|
"motd": find_in_dicts( "welcometext", conf, default ), |
|
|
"motd": find_in_dicts( "welcometext", conf, default ), |
|
|
"passwd": find_in_dicts( "password", conf, default ), |
|
|
"passwd": find_in_dicts( "password", conf, default ), |
|
|
"supw": '', |
|
|
"supw": '', |
|
|