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
This commit is contained in:
Lucas Alvares Gomes 2014-01-13 18:38:54 +00:00
parent 60ca7410ba
commit 8c847344f2
1 changed files with 2 additions and 1 deletions

View File

@ -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
qemu-img: CommandFilter, qemu-img, root