From 85c9c442a8c2e4e46851632cbeba1c68af22fd20 Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Wed, 4 Dec 2013 17:37:39 +0400 Subject: [PATCH] Fix clusterIp field name in YAQL validator. Change-Id: Iba72646c04861f9738a5588ac19c7fdf39e90b59 --- muranorepository/Services/ui_forms/MsSqlClusterServer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml b/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml index 96562ff..867619a 100644 --- a/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml +++ b/muranorepository/Services/ui_forms/MsSqlClusterServer.yaml @@ -162,7 +162,7 @@ forms: # if IP is not valid on its own, it will be empty - the # first check is needed to not emit comparison error when # both IPs are not valid - - expr: {YAQL: not $.clusterConfiguration.clusterIP.bool() or $.clusterConfiguration.clusterIP != $.clusterConfiguration.agListenerIP} + - expr: {YAQL: not $.clusterConfiguration.clusterIp.bool() or $.clusterConfiguration.clusterIp != $.clusterConfiguration.agListenerIP} message: Listener IP and Cluster Static IP should be different - unitsConfiguration: fields: