Adding validation section in default-overrides.conf
Adding the validation section with image_ssh_user=cirros The default in Tempest is root which with the default image is not correct. Change-Id: Ifca9ea240715557a4ca3381b510e7b7fa6e5336b
This commit is contained in:
parent
6220c36290
commit
04b625aceb
@ -21,7 +21,7 @@ tempest_roles = _member_
|
||||
|
||||
# Should the tests ssh to instances? (boolean value)
|
||||
#run_ssh=false $$$ REDHAT: use true
|
||||
# This should really
|
||||
# This parameter is deprecated and will be removed in a future release
|
||||
image_ssh_user = cirros
|
||||
|
||||
[identity]
|
||||
@ -117,3 +117,6 @@ preserve_ports=true
|
||||
[network-feature-enabled]
|
||||
# Added in juno
|
||||
ipv6_subnet_attributes=true
|
||||
|
||||
[validation]
|
||||
image_ssh_user = cirros
|
||||
|
Loading…
x
Reference in New Issue
Block a user