summaryrefslogtreecommitdiffstats
path: root/nfvbench/compute.py
diff options
context:
space:
mode:
Diffstat (limited to 'nfvbench/compute.py')
-rw-r--r--nfvbench/compute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbench/compute.py b/nfvbench/compute.py
index 97fd166..556ade4 100644
--- a/nfvbench/compute.py
+++ b/nfvbench/compute.py
@@ -107,7 +107,7 @@ class Compute(object):
security_groups = None
# Also attach the created security group for the test
- LOG.info('Creating instance %s with AZ %s', vmname, avail_zone)
+ LOG.info('Creating instance %s with AZ: "%s"', vmname, avail_zone)
instance = self.novaclient.servers.create(name=vmname,
image=image,
flavor=flavor,