From c6cf44513ee7f1367235b280a95fcacba1cb299f Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Mon, 15 Aug 2016 16:56:20 -0700 Subject: [PATCH] Modify template to use systemd cgroup settings Signed-off-by: Mrunal Patel --- testdata/sandbox_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/sandbox_config.json b/testdata/sandbox_config.json index 562751de..b8a52df5 100644 --- a/testdata/sandbox_config.json +++ b/testdata/sandbox_config.json @@ -44,7 +44,7 @@ "owner": "hmeng" }, "linux": { - "cgroup_parent": "/sys/fs/cgroup/test", + "cgroup_parent": "podsandbox1.slice:container:infra", "namespace_options": { "host_network": false, "host_pid": false,