Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmcleod committed Sep 25, 2019
1 parent 36e9e45 commit 48a4101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/utilities/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 48a4101

Please sign in to comment.