Merge "Fix to use correct config options for image_ssh_user" into stable/newton

This commit is contained in:
Jenkins 2017-03-28 11:47:35 +00:00 committed by Gerrit Code Review
commit a51f351186
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,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).