X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fchaining.py;h=d6f67f9bc003984a42bd6551c8e9a9575c596e03;hb=4236eba523bf0ac08ee32a010f861e00f791350d;hp=5248d01ce8aa4d6a3d09cf62ee80f7502daa5998;hpb=1c73f0ddbc9818fbc1e35c85abb6449a3e4d2034;p=nfvbench.git diff --git a/nfvbench/chaining.py b/nfvbench/chaining.py index 5248d01..d6f67f9 100644 --- a/nfvbench/chaining.py +++ b/nfvbench/chaining.py @@ -1541,7 +1541,7 @@ class ChainManager(object): hypervisor = self.get_hypervisor_from_mac(dst_mac) if hypervisor: LOG.info('Found hypervisor for EXT chain: %s', hypervisor.hypervisor_hostname) - return[':' + hypervisor.hypervisor_hostname] + return [':' + hypervisor.hypervisor_hostname] # no openstack = no chains return []