NFVBENCH-117 Streamline VxLAN vni config and use auto-indexing
[nfvbench.git] / nfvbench / compute.py
index 97fd166..556ade4 100644 (file)
@@ -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,