Merge "Pass "access_point" server to get_remote_client"

This commit is contained in:
Zuul 2018-08-07 11:08:56 +00:00 committed by Gerrit Code Review
commit b98bf99436

View File

@ -369,7 +369,8 @@ class TestSecurityGroupsBasicOps(manager.NetworkScenarioTest):
self.floating_ips[tenant.access_point['id']]['floating_ip_address']
private_key = tenant.keypair['private_key']
access_point_ssh = self.get_remote_client(
access_point_ssh, private_key=private_key)
access_point_ssh, private_key=private_key,
server=tenant.access_point)
return access_point_ssh
def _test_in_tenant_block(self, tenant):