From 48a410151efcff47cbfa1b0be137528d922783d6 Mon Sep 17 00:00:00 2001 From: Andrew McLeod Date: Wed, 25 Sep 2019 16:19:12 +0200 Subject: [PATCH] fix typo --- zaza/openstack/utilities/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/utilities/openstack.py b/zaza/openstack/utilities/openstack.py index 3eae559fc..dd0fd42d7 100644 --- a/zaza/openstack/utilities/openstack.py +++ b/zaza/openstack/utilities/openstack.py @@ -527,7 +527,7 @@ def _plumb_guest_nic(server_name, mac_address, dvr_mode=None): set-name: {0} version: 2 """.format(interface, mac_address)) - logging.debug("plumb guest interfae debug info:") + logging.debug("plumb guest interface debug info:") logging.debug("body_value: {}\nunit_name: {}\ninterface: {}\nmac_address:" "{}\nserver_name: {}".format(body_value, unit_name, interface, mac_address,