From d0f402298fa9ea0d52694e9408929c23470fb0d5 Mon Sep 17 00:00:00 2001 From: Ivan Pesin Date: Sat, 16 Jun 2018 16:46:11 -0400 Subject: [PATCH] Correct spelling Correct spelling in configuration yaml files. Change-Id: Ib0e29c7e426a86185cf5e9f3e09f65f91e3ae57f --- network_data.yaml | 4 ++-- network_data_ganesha.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/network_data.yaml b/network_data.yaml index 7d96eec532..ed859cc12a 100644 --- a/network_data.yaml +++ b/network_data.yaml @@ -31,8 +31,8 @@ # allocation_pools: [{'start': '10.0.2.4', 'end': '10.0.2.250'}] # gateway_ip: '10.0.2.254' # -# To support backward compatility, two versions of the network definitions will -# be created, network/.yaml and network/_v6.yaml. Only +# To support backward compatibility, two versions of the network definitions +# will be created, network/.yaml and network/_v6.yaml. Only # one of these files may be used in the deployment at a time, since the # parameters used for configuration are the same in both files. In the # future, this behavior may be changed to create only one file for custom diff --git a/network_data_ganesha.yaml b/network_data_ganesha.yaml index df30f52355..37593ad49e 100644 --- a/network_data_ganesha.yaml +++ b/network_data_ganesha.yaml @@ -31,8 +31,8 @@ # allocation_pools: [{'start': '10.0.2.4', 'end': '10.0.2.250'}] # gateway_ip: '10.0.2.254' # -# To support backward compatility, two versions of the network definitions will -# be created, network/.yaml and network/_v6.yaml. Only +# To support backward compatibility, two versions of the network definitions +# will be created, network/.yaml and network/_v6.yaml. Only # one of these files may be used in the deployment at a time, since the # parameters used for configuration are the same in both files. In the # future, this behavior may be changed to create only one file for custom