From 1c7dd84b09fac970e31d6f64aeb9c9f153aa84ae Mon Sep 17 00:00:00 2001 From: Cristina Pauna Date: Mon, 3 Apr 2017 14:34:32 +0300 Subject: Correct typo in virtual pod dea One of the reason virtual deploys have failed is a typo in the dea file. Change-Id: If760cdf9790eb2fa4a49b3acf0b2b7e88a3cf3ea Signed-off-by: Cristina Pauna Signed-off-by: Harry Kominos --- labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml b/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml index 9066060..364fcf7 100755 --- a/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml +++ b/labs/arm/virtual_kvm/fuel/config/dea-pod-override.yaml @@ -258,7 +258,7 @@ settings: min: 0 regex: error: Invalid IP address - source: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9] + source: ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$ type: text_list value: - 8.8.8.8 -- cgit 1.2.3-korg