From d7e807182c2f89156b04ba457a8e820ebcdef823 Mon Sep 17 00:00:00 2001 From: Bob Taylor Date: Fri, 13 Jan 2017 22:24:23 +0000 Subject: [PATCH] Add pull for nova-lxd rootwrap filter The existing nova_post_install.yml does not retrieve the rootwrap filter file for nova-lxd. This change adds the rootwrap file from the nova-lxd repository. Change-Id: I0193f150fa802214903ec4532bc1b119d5b84cfe Closes-Bug: #1656070 --- files/rootwrap.d/lxd.filters | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 files/rootwrap.d/lxd.filters diff --git a/files/rootwrap.d/lxd.filters b/files/rootwrap.d/lxd.filters new file mode 100644 index 00000000..7f030200 --- /dev/null +++ b/files/rootwrap.d/lxd.filters @@ -0,0 +1,6 @@ +# nova-rootwrap filters for compute nodes running flex +# This file should be owned by (and only-writable by) the root user + +[Filters] +zfs: CommandFilter, zfs, root +btrfs: CommandFilter, btrfs, root