Move ebrctl to compute.filter.
Currently ebrctl is network.filters, but the utility is used by libvirt in nova compute, as part of a Mellanox vif driver. The ubuntu packages install network.filters with the nova-network package. But this vif driver only works with Neutron. To help fix that, this patch move it to compute.filters to ensure it is always installed with Nova. Closes-Bug: #1453418 Change-Id: Ib61a565c10edfa662c15fac339b2cbd9bb673631
This commit is contained in:
		| @@ -89,6 +89,9 @@ ovs-vsctl: CommandFilter, ovs-vsctl, root | ||||
| # nova/virt/libvirt/vif.py: 'vrouter-port-control', ... | ||||
| vrouter-port-control: CommandFilter, vrouter-port-control, root | ||||
|  | ||||
| # nova/virt/libvirt/vif.py: 'ebrctl', ... | ||||
| ebrctl: CommandFilter, ebrctl, root | ||||
|  | ||||
| # nova/network/linux_net.py: 'ovs-ofctl', .... | ||||
| ovs-ofctl: CommandFilter, ovs-ofctl, root | ||||
|  | ||||
|   | ||||
| @@ -42,9 +42,6 @@ ivs-ctl: CommandFilter, ivs-ctl, root | ||||
| # nova/virt/libvirt/vif.py: 'ifc_ctl', ... | ||||
| ifc_ctl: CommandFilter, /opt/pg/bin/ifc_ctl, root | ||||
|  | ||||
| # nova/virt/libvirt/vif.py: 'ebrctl', ... | ||||
| ebrctl: CommandFilter, ebrctl, root | ||||
|  | ||||
| # nova/virt/libvirt/vif.py: 'mm-ctl', ... | ||||
| mm-ctl: CommandFilter, mm-ctl, root | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Moshe Levi
					Moshe Levi