NFVBENCH-104 Specifying a hypervisor does not work
[nfvbench.git] / nfvbench / compute.py
index d5a8119..97fd166 100644 (file)
@@ -107,6 +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)
         instance = self.novaclient.servers.create(name=vmname,
                                                   image=image,
                                                   flavor=flavor,