summaryrefslogtreecommitdiffstats
path: root/nova/rootwrap/compute.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/rootwrap/compute.py')
-rwxr-xr-xnova/rootwrap/compute.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/rootwrap/compute.py b/nova/rootwrap/compute.py
index 8b7736cbd..65e6dfebb 100755
--- a/nova/rootwrap/compute.py
+++ b/nova/rootwrap/compute.py
@@ -168,4 +168,7 @@ filterlist = [
# nova/virt/libvirt/utils.py: 'mkswap'
# nova/virt/xenapi/vm_utils.py: 'mkswap'
filters.CommandFilter("/sbin/mkswap", "root"),
+
+ # nova/virt/libvirt/connection.py:
+ filters.ReadFileFilter("/etc/iscsi/initiatorname.iscsi"),
]