소스 검색

fix typo to leave only one

wjiang 6 년 전
부모
커밋
7e07bdb930
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      playbooks/openstack/configuration.md
  2. 2 2
      roles/container_runtime/templates/crio.conf.j2

+ 1 - 1
playbooks/openstack/configuration.md

@@ -297,7 +297,7 @@ We recommend you use the Queens or newer release of OpenStack.
 
 ### Necessary Kuryr Options
 
-This is is the minimum you need to set (in `group_vars/all.yml`):
+This is the minimum you need to set (in `group_vars/all.yml`):
 
 ```yaml
 openshift_use_kuryr: true

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

@@ -156,9 +156,9 @@ registries = [
 # management of CNI plugins.
 [crio.network]
 
-# network_dir is is where CNI network configuration
+# network_dir is where CNI network configuration
 # files are stored.
 network_dir = "/etc/cni/net.d/"
 
-# plugin_dir is is where CNI plugin binaries are stored.
+# plugin_dir is where CNI plugin binaries are stored.
 plugin_dir = "/opt/cni/bin/"