tripleo-heat-templates/environments/neutron-ovs-dpdk-permissions.yaml
Saravanan KR d739c1105c Configure qemu group setting as hugetlbfs for ovs-dpdk
Till now, the ovs service file and ovs-ctl command files
are patched to allow ovs to run with qemu group. In order
to remove this workarounds, a new group hugetlbfs is created
which will be shared between ovs and qemu. This patch contains
the changes required for applying these changes.

Change-Id: Iec6be0b99e84b0c89f791c3c9694fe10f3a1e7db
(cherry picked from commit 785d1b2b38)
2018-04-18 10:26:37 +02:00

4 lines
64 B
YAML

parameter_defaults:
NeutronVhostuserSocketGroup: "hugetlbfs"