From 04b625acebd17586c8aabd5a793d0d37cb42f9fe Mon Sep 17 00:00:00 2001 From: Itzik Brown Date: Tue, 18 Apr 2017 11:15:02 +0300 Subject: [PATCH] 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 --- etc/default-overrides.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/default-overrides.conf b/etc/default-overrides.conf index a0b44d62..d22d390f 100644 --- a/etc/default-overrides.conf +++ b/etc/default-overrides.conf @@ -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