summaryrefslogtreecommitdiffstats
path: root/nfvbench/compute.py
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-12-05 16:12:29 -0800
committerahothan <ahothan@cisco.com>2018-12-05 16:12:29 -0800
commit8eaf1fcc4b2b3678d62ddb081f0d912fdc92bc20 (patch)
treed5553c4f8fbb475d6ffc49022fb246d67d4fd8f4 /nfvbench/compute.py
parentf5d7345437161218d487e3771a96df29928f6c4f (diff)
NFVBENCH-117 Streamline VxLAN vni config and use auto-indexing
Change-Id: Ie57d4c38ee22a4032991c282af526e0b28ce7a83 Signed-off-by: ahothan <ahothan@cisco.com>
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,