aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/lib/openstack_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/lib/openstack_utils.py')
-rw-r--r--sfc/lib/openstack_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/lib/openstack_utils.py b/sfc/lib/openstack_utils.py
index fb63de9e..4a1c634d 100644
--- a/sfc/lib/openstack_utils.py
+++ b/sfc/lib/openstack_utils.py
@@ -219,7 +219,7 @@ class OpenStackSFC:
return port
else:
logger.error("The VM {0} does not have any port"
- " with name {1}".format(vm_name, port_name))
+ " with name {1}".format(vm.name, port_name))
raise Exception("Client VM does not have the desired port")