aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-08-29 22:29:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-29 22:29:30 +0000
commit2c76fe2cdc8c3f5ff5101e80f0621da33fbfbe4f (patch)
treefbe6d49edc5db176897b3575cfc8f663b9b28cdd /yardstick
parent96b4d985bb8d83751e65a3ad5fa710e9eeddcb9b (diff)
parenta5a2d9babbd0ef48e8e8ccf64a72dd9effa9f11d (diff)
Merge "DRAFT: model: remove vld_id not needed"
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/benchmark/contexts/heat.py1
-rw-r--r--yardstick/benchmark/contexts/model.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/yardstick/benchmark/contexts/heat.py b/yardstick/benchmark/contexts/heat.py
index deed4af93..575467f8f 100644
--- a/yardstick/benchmark/contexts/heat.py
+++ b/yardstick/benchmark/contexts/heat.py
@@ -359,7 +359,6 @@ class HeatContext(Context):
# to match vnf_generic
"local_mac": mac_address,
"local_ip": private_ip,
- "vld_id": self.networks[network_name].vld_id,
}
def undeploy(self):
diff --git a/yardstick/benchmark/contexts/model.py b/yardstick/benchmark/contexts/model.py
index 2db96bade..0b8197ce9 100644
--- a/yardstick/benchmark/contexts/model.py
+++ b/yardstick/benchmark/contexts/model.py
@@ -127,7 +127,6 @@ class Network(Object):
if "external_network" in attrs:
self.router = Router("router", self.name,
context, attrs["external_network"])
- self.vld_id = attrs.get("vld_id")
Network.list.append(self)