From 44de3c894775b3eb53d5169683131177ba6103ba Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Sun, 17 Sep 2017 16:10:43 -0700 Subject: heat: add port name as port Change-Id: Ibd159359c6f57d573a909d6841c121c15bf692c1 Signed-off-by: Ross Brattain --- yardstick/benchmark/contexts/heat.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yardstick/benchmark') diff --git a/yardstick/benchmark/contexts/heat.py b/yardstick/benchmark/contexts/heat.py index 9a7b3817f..ff3e5f801 100644 --- a/yardstick/benchmark/contexts/heat.py +++ b/yardstick/benchmark/contexts/heat.py @@ -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, -- cgit 1.2.3-korg