diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-03-31 15:05:44 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-03-31 15:14:07 -0700 |
| commit | 6883447ea0723bec1f53c207b8854e6a4891b033 (patch) | |
| tree | cc85ba42073c4e3f312272993db4989106a1fdf7 | |
| parent | 37dad352a17203102b4b9b828f84db9b75c57071 (diff) | |
Add rootwrap for touch
* fixes bug 969959
Change-Id: I8baca18c57ed1311a2f3aeb93ad92e34be380c50
| -rwxr-xr-x | nova/rootwrap/compute.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/rootwrap/compute.py b/nova/rootwrap/compute.py index 910ae516d..bb53abc7c 100755 --- a/nova/rootwrap/compute.py +++ b/nova/rootwrap/compute.py @@ -182,6 +182,9 @@ filterlist = [ # nova/virt/libvirt/utils.py: 'qemu-img' filters.CommandFilter("/usr/bin/qemu-img", "root"), + # nova/virt/disk/api.py: 'touch', target + filters.CommandFilter("/usr/bin/touch", "root"), + # nova/virt/libvirt/connection.py: filters.ReadFileFilter("/etc/iscsi/initiatorname.iscsi"), |
