Add ocid namespace to annotation

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-09-19 12:49:06 -07:00
parent 166778315c
commit 9291663537

View file

@ -129,7 +129,7 @@ func (s *Server) createSandboxContainer(name, podSandboxID string, SandboxConfig
} }
} }
specgen.AddAnnotation("pod_sandbox_id", podSandboxID) specgen.AddAnnotation("ocid/pod_sandbox_id", podSandboxID)
if containerConfig.GetPrivileged() { if containerConfig.GetPrivileged() {
specgen.SetupPrivileged(true) specgen.SetupPrivileged(true)