Test hosts by attempting to connect to ssh port
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=888281 This test replaces the ping test we were doing
This commit is contained in:
@@ -29,7 +29,7 @@ def initConfig(controllerObject):
|
||||
"USAGE" : "The IP address of the server on which to install Glance",
|
||||
"PROMPT" : "The IP address of the server on which to install Glance",
|
||||
"OPTION_LIST" : [],
|
||||
"VALIDATION_FUNC" : validate.validatePing,
|
||||
"VALIDATION_FUNC" : validate.validateSSH,
|
||||
"DEFAULT_VALUE" : "127.0.0.1",
|
||||
"PROCESSOR_ARGS" : {"allow_localhost": True},
|
||||
"PROCESSOR_FUNC" : process.processHost,
|
||||
|
Reference in New Issue
Block a user