]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
dhcp.filters needs ovs_vsctl permission
authorAaron Rosen <arosen@nicira.com>
Thu, 13 Dec 2012 18:53:07 +0000 (10:53 -0800)
committerAaron Rosen <arosen@nicira.com>
Thu, 13 Dec 2012 18:55:07 +0000 (10:55 -0800)
commita8d959490785b1f01340add5ee1537b1eaa15dca
tree0817db10d8cd5bf033fddc5b3d3f2c41698bada8
parent84d6be4253398dd9516c71788f526806cb217845
dhcp.filters needs ovs_vsctl permission

The dhcp agent calls ovs_vsctl so it will fail if using rootwrap
and these aren't specified. The reason why this was working using
rootwrap before is because there are other filters in
etc/quantum/rootwrap.d that specifiy ovs_vsctl which
allows the agent to make those calls. Fixes bug 1090072

Change-Id: I509c191c97e7187361a09788e841ebb5a9f934c7
etc/quantum/rootwrap.d/dhcp.filters