summaryrefslogtreecommitdiffstats
path: root/nfvbench/compute.py
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-10-19 15:11:36 -0700
committerahothan <ahothan@cisco.com>2018-10-19 15:11:36 -0700
commite59c1b065700f776f92111cb29bdd28a0504adb3 (patch)
treec04ca5e2420c15b4676827ed346c6e5014b99fd4 /nfvbench/compute.py
parentc0ef57f8ec086c07053d529510992c869c30c9d2 (diff)
NFVBENCH-104 Specifying a hypervisor does not work2.0.1
Need to add a leading ":" to the hypervisor name Change-Id: Id5d02e14a73a2e278848ffccd7a0c60165dbf509 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'nfvbench/compute.py')
-rw-r--r--nfvbench/compute.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfvbench/compute.py b/nfvbench/compute.py
index d5a8119..97fd166 100644
--- a/nfvbench/compute.py
+++ b/nfvbench/compute.py
@@ -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,