Merge "Change default cirros ssh user"
This commit is contained in:
commit
adf4f440cc
@ -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."),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user