diff options
| author | Andy Southgate <andy.southgate@citrix.com> | 2011-01-28 18:40:19 +0000 |
|---|---|---|
| committer | Andy Southgate <andy.southgate@citrix.com> | 2011-01-28 18:40:19 +0000 |
| commit | 46456155d42dd8a668b370fa84972c388094e1d8 (patch) | |
| tree | ab16738ca374f3d88b0e6e976bd83ff0c2f07b78 | |
| parent | 0f868b00dbb2de469dde3519f2370e59937c4fc6 (diff) | |
OS-55: Fix typo for libvirt_conn operation
| -rw-r--r-- | nova/virt/disk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/disk.py b/nova/virt/disk.py index 21bb53369..98121df2a 100644 --- a/nova/virt/disk.py +++ b/nova/virt/disk.py @@ -92,7 +92,7 @@ def inject_data(image, key=None, net=None, partition=None, nbd=False): % err) try: - inject_data_into_fs(tmpdir, key, net, execute) + inject_data_into_fs(tmpdir, key, net, utils.execute) finally: # unmount device utils.execute('sudo umount %s' % mapped_device) |
