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
This commit is contained in:
Sulochan Acharya
2012-10-17 14:04:01 -05:00
parent 6bf2e41cc3
commit 3a0102668c

View File

@@ -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: