diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-01-22 03:15:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-01-22 03:15:20 +0000 |
commit | 62144b7da30cf537e0745b45f9f4dfcce4aef85d (patch) | |
tree | 12eacd6c68eec340789ff7615b266ac066394153 /etc/ironic/rootwrap.d | |
parent | 3206da97fb87926becf4b0b21a3ae16bdb6c95f5 (diff) | |
parent | 8c847344f21b221757e7d945441362e6470e6e20 (diff) | |
download | ironic-62144b7da30cf537e0745b45f9f4dfcce4aef85d.tar.gz |
Merge "Add missing "Filters" section to the ironic-images.filters"
Diffstat (limited to 'etc/ironic/rootwrap.d')
-rw-r--r-- | etc/ironic/rootwrap.d/ironic-images.filters | 3 |
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 |