diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-14 14:45:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 14:45:58 -0500 |
commit | 335531417d923122f142b970cd4e8143cef411f9 (patch) | |
tree | e4edab6f382f045e4b68f6313464ef749641656a /roles/container_runtime/templates | |
parent | 67db90531b25cae235eaa093d3d55a20c08d482d (diff) | |
parent | 646dac7564181c8ca8be9f16dcb5887cfbb7d8fb (diff) | |
download | openshift-335531417d923122f142b970cd4e8143cef411f9.tar.gz openshift-335531417d923122f142b970cd4e8143cef411f9.tar.bz2 openshift-335531417d923122f142b970cd4e8143cef411f9.tar.xz openshift-335531417d923122f142b970cd4e8143cef411f9.zip |
Merge pull request #6449 from giuseppe/crio-change-socket-path
crio: change socket path to /var/run/crio/crio.sock
Diffstat (limited to 'roles/container_runtime/templates')
-rw-r--r-- | roles/container_runtime/templates/crio.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/container_runtime/templates/crio.conf.j2 b/roles/container_runtime/templates/crio.conf.j2 index 3f066a17f..0a1ff2e0a 100644 --- a/roles/container_runtime/templates/crio.conf.j2 +++ b/roles/container_runtime/templates/crio.conf.j2 @@ -27,7 +27,7 @@ storage_option = [ [crio.api] # listen is the path to the AF_LOCAL socket on which crio will listen. -listen = "/var/run/crio.sock" +listen = "/var/run/crio/crio.sock" # stream_address is the IP address on which the stream server will listen stream_address = "" |