diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-04-01 22:47:39 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-04-01 22:47:39 +0000 |
| commit | f51b4534f9152811a80d1430fab9ba7b53816a71 (patch) | |
| tree | faf648629debcf8b13b87f4ae11b2fed73d89045 | |
| parent | cbcd3fb2bf4f698efcd4899a1c3935a6fd91d85b (diff) | |
| parent | 6883447ea0723bec1f53c207b8854e6a4891b033 (diff) | |
Merge "Add rootwrap for touch"
| -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"), |
