浏览代码

Fix crio pause image syntax

Need quotes around the pause_image in roles/container_runtime/templates/crio.conf.j2
This is what was breaking the crio service

Signed-off-by: umohnani8 <umohnani@redhat.com>
umohnani8 7 年之前
父节点
当前提交
842153203f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/container_runtime/templates/crio.conf.j2

+ 1 - 1
roles/container_runtime/templates/crio.conf.j2

@@ -124,7 +124,7 @@ log_size_max = 52428800
 default_transport = "docker://"
 
 # pause_image is the image which we use to instantiate infra containers.
-pause_image = {{ pause_image }}
+pause_image = "{{ pause_image }}"
 
 # pause_command is the command to run in a pause_image to have a container just
 # sit there.  If the image contains the necessary information, this value need