Fix to use correct config options for image_ssh_user
image_ssh_user config options under compute group have been deprecated since 1 year and it has been under new group validation. Tempest will remove the deprecated config options soon. This commit use the config options from correct group. Change-Id: Ia46b4a0c2f7038b78b24e4bf58c7c1be4f02e91a
This commit is contained in:
parent
7deb5eb8c3
commit
8bd93f442f
@ -120,7 +120,7 @@ class TestDvsNetworkBasicOps(manager.NetworkScenarioTest):
|
||||
return self.keypairs[server['key_name']]['private_key']
|
||||
|
||||
def _check_tenant_network_connectivity(self):
|
||||
ssh_login = CONF.compute.image_ssh_user
|
||||
ssh_login = CONF.validation.image_ssh_user
|
||||
for server in self.servers:
|
||||
# call the common method in the parent class
|
||||
(super(TestDvsNetworkBasicOps, self).
|
||||
|
Loading…
Reference in New Issue
Block a user