summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Alvares Gomes <lucasagomes@gmail.com>2014-01-13 18:38:54 +0000
committerLucas Alvares Gomes <lucasagomes@gmail.com>2014-01-17 16:32:18 +0000
commit8c847344f21b221757e7d945441362e6470e6e20 (patch)
treeebcdfcaf4c950708325f298144dc287343f56574
parent60ca7410ba88ee782675a243a4a81f4d92647f29 (diff)
downloadironic-8c847344f21b221757e7d945441362e6470e6e20.tar.gz
Add missing "Filters" section to the ironic-images.filters
The ironic-images.filters file is missing the [Filters] section. This will cause the ironic-rootwrap command to fail. Change-Id: I3780fc89e0144093a40035e6b91fcf946bbdf6a3 Partial-Bug: #1268674
-rw-r--r--etc/ironic/rootwrap.d/ironic-images.filters3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/ironic/rootwrap.d/ironic-images.filters b/etc/ironic/rootwrap.d/ironic-images.filters
index fe1ca9878..aeec031ff 100644
--- a/etc/ironic/rootwrap.d/ironic-images.filters
+++ b/etc/ironic/rootwrap.d/ironic-images.filters
@@ -1,5 +1,6 @@
# ironic-rootwrap command filters to maniputalte images
# This file should be owned by (and only-writeable by) the root user
+[Filters]
# ironic/common/images.py: 'qemu-img'
-qemu-img: CommandFilter, qemu-img, root \ No newline at end of file
+qemu-img: CommandFilter, qemu-img, root