From 9805d94b1836b120a82761405b702815c401a146 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 21 Sep 2016 15:21:05 +0200 Subject: Sync ironic-lib.filters from ironic-lib For now we have to carry both in both trees, and they have gone out of sync. This changes updates the copy here with two new commands. Change-Id: Ife131cf825518012a3b04d2c7d713beeb4f8f770 --- etc/ironic/rootwrap.d/ironic-lib.filters | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/ironic/rootwrap.d/ironic-lib.filters b/etc/ironic/rootwrap.d/ironic-lib.filters index 1c543791b..6f38deee5 100644 --- a/etc/ironic/rootwrap.d/ironic-lib.filters +++ b/etc/ironic/rootwrap.d/ironic-lib.filters @@ -14,6 +14,8 @@ blockdev: CommandFilter, blockdev, root hexdump: CommandFilter, hexdump, root qemu-img: CommandFilter, qemu-img, root wipefs: CommandFilter, wipefs, root +sgdisk: CommandFilter, sgdisk, root +partprobe: CommandFilter, partprobe, root # ironic_lib/utils.py mkswap: CommandFilter, mkswap, root -- cgit v1.2.1