summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSulochan Acharya <sulochan@gmail.com>2012-10-17 14:04:01 -0500
committerSulochan Acharya <sulochan@gmail.com>2012-10-17 14:04:01 -0500
commit3a0102668c18c511505ee666badafd738f0d9bd6 (patch)
tree37ddb601208eba08025a87627292c89eb4674a49 /tools
parent6bf2e41cc3ad636b9d4c493a2a61f97aacefd4cf (diff)
downloadnova-3a0102668c18c511505ee666badafd738f0d9bd6.tar.gz
nova-3a0102668c18c511505ee666badafd738f0d9bd6.tar.xz
nova-3a0102668c18c511505ee666badafd738f0d9bd6.zip
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
Diffstat (limited to 'tools')
-rw-r--r--tools/esx/guest_tool.py2
1 files changed, 1 insertions, 1 deletions
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: