aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-06-30 02:17:16 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-30 02:17:17 +0000
commit41dde94d0a4e575317c297e124ba0624e64c8552 (patch)
tree8e81abfb6ffcc8ea8fa2bf3dd2e0c4c472f5980f /yardstick/benchmark
parent8a4f8df64b8897bf38e77399099099f92266048b (diff)
parent54eae8aa5db86a983d721f08dd12d7f187af1a09 (diff)
Merge "Change floating ip association method"
Diffstat (limited to 'yardstick/benchmark')
-rw-r--r--yardstick/benchmark/contexts/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/contexts/model.py b/yardstick/benchmark/contexts/model.py
index 80abb9df3..2cf31f6ea 100644
--- a/yardstick/benchmark/contexts/model.py
+++ b/yardstick/benchmark/contexts/model.py
@@ -206,7 +206,7 @@ class Server(Object):
template.add_floating_ip_association(
self.floating_ip_assoc["stack_name"],
self.floating_ip["stack_name"],
- server_name)
+ port_name)
template.add_server(server_name, self.image, self.flavor,
ports=port_name_list,