tripleo-heat-templates/environments/ovs-dpdk-permissions.yaml
Janki Chhatbar bb42475f6e 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.

Patch-url: https://review.openstack.org/#/c/547961/

Change-Id: Id727a514610816c8223aa0dcd49a70caec29a21d
(cherry picked from commit 825bd7d9e1)
2018-04-19 08:34:01 +02:00

5 lines
87 B
YAML

parameter_defaults:
ComputeOvsDpdkParameters:
VhostuserSocketGroup: "hugetlbfs"