From 3a0102668c18c511505ee666badafd738f0d9bd6 Mon Sep 17 00:00:00 2001 From: Sulochan Acharya Date: Wed, 17 Oct 2012 14:04:01 -0500 Subject: Fixes syntax error in nova.tools.esx.guest_tools.py Fixes syntax error in nova.tools.esx.guest_tools.py. Fixes bug1067840. Change-Id: Ib08e03a2be05f02c30e9578fa8773f1171a8b330 --- tools/esx/guest_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/esx/guest_tool.py b/tools/esx/guest_tool.py index e7b742cc0..9876be7a4 100644 --- a/tools/esx/guest_tool.py +++ b/tools/esx/guest_tool.py @@ -350,7 +350,7 @@ def _set_ubuntu_networking(network_details=None): interface_file.write('\naddress %s\n' % ip_address) logging.debug(_("Successfully configured NIC %(device)d with " "NIC info %(detail)s"), {'device': device, - 'detail': network_detail)) + 'detail': network_detail}) interface_file.close() if all_dns_servers: -- cgit