Fix AttributeError with run_validation=true

This fixes a regression in the recently merged change. [1]

[1] Ie7814bd50f1c57c5f8da8355f665f09c9ac8e2d9

Closes-Bug: #1595823
Change-Id: I135a52f052ed9acebff8e5c2f523a1b08a6fe01e
This commit is contained in:
YAMAMOTO Takashi 2016-06-24 16:02:53 +09:00
parent b355a7c509
commit 42189bf8dc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class TestServerBasicOps(manager.ScenarioTest):
# Check ssh
self.ssh_client = self.get_remote_client(
ip_address=self.fip,
username=self.image_utils.ssh_user(self.image_ref),
username=self.ssh_user,
private_key=keypair['private_key'])
def verify_metadata(self):