aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/contexts/heat.py
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-20 20:57:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-20 20:57:41 +0000
commitd374dc8ca09e7d6e08a531e68a21a8b107af21d0 (patch)
treeca4ef0b3435a596ebf476ad54d099f2c300a924f /yardstick/benchmark/contexts/heat.py
parent62c775f7261dca0081283fadcaa18e53cf2f181c (diff)
parentbe06e38960cea8a54c85418948e8453861012d2d (diff)
Merge "Generate pod.yaml from current context"
Diffstat (limited to 'yardstick/benchmark/contexts/heat.py')
-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 374be0b1b..f93dfac28 100644
--- a/yardstick/benchmark/contexts/heat.py
+++ b/yardstick/benchmark/contexts/heat.py
@@ -442,6 +442,8 @@ class HeatContext(Context):
"routing_table": self.generate_routing_table(server),
# empty IPv6 routing table
"nd_route_tbl": [],
+ # we want to save the contex name so we can generate pod.yaml
+ "name": server.name,
}
# Target server may only have private_ip
if server.public_ip: