summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yardstick/orchestrator/heat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/orchestrator/heat.py b/yardstick/orchestrator/heat.py
index a3179a6f1..470f938ed 100644
--- a/yardstick/orchestrator/heat.py
+++ b/yardstick/orchestrator/heat.py
@@ -257,7 +257,7 @@ class HeatTemplate(HeatObject):
'properties': {
'name': name,
'fixed_ips': [{'subnet': {'get_resource': subnet_name}}],
- 'network': network_name,
+ 'network_id': {'get_resource': network_name},
'replacement_policy': 'AUTO',
}
}