aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-10-05 20:31:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-05 20:31:01 +0000
commit27d977da08dced6d9752c95c2561c5b9d749ebbc (patch)
tree4c6a49131d2e7f480c8992a5aca682ac9b2178d5 /yardstick/benchmark
parente49f9eff83fe3a610fc95aee197938ac3158a0b7 (diff)
parent44de3c894775b3eb53d5169683131177ba6103ba (diff)
Merge "heat: add port name as port"
Diffstat (limited to 'yardstick/benchmark')
-rw-r--r--yardstick/benchmark/contexts/heat.py2
1 files changed, 2 insertions, 0 deletions
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,