diff options
| author | Mark Washenberger <mark.washenberger@rackspace.com> | 2011-03-06 10:41:24 -0500 |
|---|---|---|
| committer | Mark Washenberger <mark.washenberger@rackspace.com> | 2011-03-06 10:41:24 -0500 |
| commit | 7af17cbef6f3e1c5b052133e40e0edbd8ca9ffb3 (patch) | |
| tree | 0cc8fd497fb0d61a736ff43c30465a459d0790ec /nova/virt | |
| parent | 10668b87f46a1fb5d039f6e7d7a7a55b89d7602a (diff) | |
select cleanups
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index 89d58a664..cf4bedaa9 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -316,7 +316,7 @@ class VMOps(object): def inject_file(self, instance, path, contents): """Write a file to the VM instance. The path to which it is to be - written and the contents of the file need to be supplied; both should + written and the contents of the file need to be supplied; both will be base64-encoded to prevent errors with non-ASCII characters being transmitted. If the agent does not support file injection, or the user has disabled it, a NotImplementedError will be raised. |
