Merge "bugfix: remove pod_name in host and unify host parameter"
[yardstick.git] / yardstick / benchmark / contexts / heat.py
index 9a7b381..ff3e5f8 100644 (file)
@@ -361,6 +361,8 @@ class HeatContext(Context):
                                                'subnet', 'gateway_ip')]
 
         return {
+            # add default port name
+            "name": port,
             "private_ip": private_ip,
             "subnet_id": outputs[h_join(stack_name, "subnet_id")],
             "subnet_cidr": output_subnet_cidr,