diff options
| author | Sulochan Acharya <sulochan@gmail.com> | 2012-10-17 14:04:01 -0500 |
|---|---|---|
| committer | Sulochan Acharya <sulochan@gmail.com> | 2012-10-17 14:04:01 -0500 |
| commit | 3a0102668c18c511505ee666badafd738f0d9bd6 (patch) | |
| tree | 37ddb601208eba08025a87627292c89eb4674a49 /tools | |
| parent | 6bf2e41cc3ad636b9d4c493a2a61f97aacefd4cf (diff) | |
| download | nova-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.py | 2 |
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: |
