Merge "Fix the help message for run_ssh"

This commit is contained in:
Jenkins 2013-12-20 00:49:22 +00:00 committed by Gerrit Code Review
commit 7374093fa8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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."),