Merge "Change default cirros ssh user"

This commit is contained in:
Jenkins 2015-04-03 14:28:11 +00:00 committed by Gerrit Code Review
commit adf4f440cc
2 changed files with 2 additions and 2 deletions

@ -667,7 +667,7 @@
#non_ssh_image_regex = ^.*[Ww]in.*$
# List of user mapped to regex to matching image names. (string value)
#ssh_user_regex = [["^.*[Cc]irros.*$", "root"]]
#ssh_user_regex = [["^.*[Cc]irros.*$", "cirros"]]
[messaging]

@ -995,7 +995,7 @@ InputScenarioGroup = [
help="SSH verification in tests is skipped"
"for matching images"),
cfg.StrOpt('ssh_user_regex',
default="[[\"^.*[Cc]irros.*$\", \"root\"]]",
default="[[\"^.*[Cc]irros.*$\", \"cirros\"]]",
help="List of user mapped to regex "
"to matching image names."),
]