Merge "Fix the help message for run_ssh"
This commit is contained in:
commit
7374093fa8
@ -256,7 +256,7 @@
|
||||
# (integer value)
|
||||
#build_timeout=300
|
||||
|
||||
# Does the test environment support snapshots? (boolean value)
|
||||
# Should the tests ssh to instances? (boolean value)
|
||||
#run_ssh=false
|
||||
|
||||
# User name used to authenticate to an instance. (string
|
||||
|
@ -137,7 +137,7 @@ ComputeGroup = [
|
||||
help="Timeout in seconds to wait for an instance to build."),
|
||||
cfg.BoolOpt('run_ssh',
|
||||
default=False,
|
||||
help="Does the test environment support snapshots?"),
|
||||
help="Should the tests ssh to instances?"),
|
||||
cfg.StrOpt('ssh_user',
|
||||
default='root',
|
||||
help="User name used to authenticate to an instance."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user