Merge "Add HA Test Cases in Test Suite"
[yardstick.git] / yardstick / benchmark / scenarios / compute / computecapacity.py
index 366b470..0d7d761 100644 (file)
@@ -38,7 +38,7 @@ class ComputeCapacity(base.Scenario):
             ComputeCapacity.TARGET_SCRIPT)
 
         nodes = self.context_cfg['nodes']
-        node = nodes.get('host1', None)
+        node = nodes.get('host', None)
         host_user = node.get('user', 'ubuntu')
         host_ip = node.get('ip', None)
         host_pwd = node.get('password', 'root')