[NFVBENCH-77] Config plugin misses config options coming from REST requests
[nfvbench.git] / nfvbench / nfvbench.py
index bf6e5d0..5899652 100644 (file)
@@ -68,7 +68,7 @@ class NFVBench(object):
         sys.stdout.flush()
 
     def setup(self):
-        self.specs.set_run_spec(self.config_plugin.get_run_spec(self.specs.openstack))
+        self.specs.set_run_spec(self.config_plugin.get_run_spec(self.config, self.specs.openstack))
         self.chain_runner = ChainRunner(self.config,
                                         self.clients,
                                         self.cred,