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.

This is needed in ocata as tempest is branch less and those config
options would not be available for ocata branch.

Change-Id: Ia46b4a0c2f7038b78b24e4bf58c7c1be4f02e91a
(cherry picked from commit Ia46b4a0c2f7038b78b24e4bf58c7c1be4f02e91a)
This commit is contained in:
ghanshyam 2017-02-15 02:00:35 +00:00 committed by Ghanshyam Mann
parent c208ee0987
commit b4de6bb5d4
1 changed files with 1 additions and 1 deletions

View File

@ -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).