diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-08-29 09:56:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 09:56:17 -0400 |
commit | 4338dce09dbe5497f2a3700992eb4c5afeb4e6f6 (patch) | |
tree | f105fd13921c5b87c19280dedfbae14a3f125333 /roles/docker/templates | |
parent | ab7b515d8ed8576b23147e64e4da73e6dea41df7 (diff) | |
parent | f1bb63e076a764732dfcc2da1536591bfdc15cb8 (diff) | |
download | openshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.tar.gz openshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.tar.bz2 openshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.tar.xz openshift-4338dce09dbe5497f2a3700992eb4c5afeb4e6f6.zip |
Merge pull request #5214 from giuseppe/rename_crio_variable
crio: rename openshift_docker_use_crio to openshift_use_crio
Diffstat (limited to 'roles/docker/templates')
-rw-r--r-- | roles/docker/templates/crio.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/templates/crio.conf.j2 b/roles/docker/templates/crio.conf.j2 index eae1759ab..5b31932b1 100644 --- a/roles/docker/templates/crio.conf.j2 +++ b/roles/docker/templates/crio.conf.j2 @@ -43,7 +43,7 @@ stream_port = "10010" # This is a mandatory setting as this runtime will be the default one # and will also be used for untrusted container workloads if # runtime_untrusted_workload is not set. -runtime = "/usr/libexec/crio/runc" +runtime = "/usr/bin/runc" # runtime_untrusted_workload is the OCI compatible runtime used for untrusted # container workloads. This is an optional setting, except if |