summaryrefslogtreecommitdiff
path: root/etc/nova/rootwrap.d
diff options
context:
space:
mode:
authorXing Yang <xing.yang@emc.com>2015-09-10 15:52:07 -0400
committerXing Yang <xing.yang@emc.com>2015-09-10 15:55:04 -0400
commit205b244ca11d1039c9d57f19a47cf7e3ec6c285f (patch)
treedaba10fddc9cd67aac71c167944258ecd7ab5fd0 /etc/nova/rootwrap.d
parentfd72f2200c398b166cdda3a4ec58fffdf336cac0 (diff)
downloadnova-205b244ca11d1039c9d57f19a47cf7e3ec6c285f.tar.gz
Fix ScaleIO commands in rootwrap filters
Currently the ScaleIO command entry in compute.filters is this: drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid, root During CI testing, we found that it should be changed to the following: drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, root, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid Change-Id: I0ee874feb1fe2dd47694f81cb532f2e0fe3170cb Closes-Bug: #1494467
Diffstat (limited to 'etc/nova/rootwrap.d')
-rw-r--r--etc/nova/rootwrap.d/compute.filters2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters
index ff92a7b4c2..2a38cca54b 100644
--- a/etc/nova/rootwrap.d/compute.filters
+++ b/etc/nova/rootwrap.d/compute.filters
@@ -206,7 +206,7 @@ systool: CommandFilter, systool, root
sginfo: CommandFilter, sginfo, root
vgc-cluster: CommandFilter, vgc-cluster, root
# os_brick/initiator/connector.py
-drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid, root
+drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, root, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid
# TODO(smcginnis) Temporary fix.
# Need to pull in os-brick os-brick.filters file instead and clean