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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user