Remove unused variable from galera validation function
Fixes: PROD-24216 (PROD:24216)
Change-Id: Idea2ca608360c010393ad99b045692cfb4dcfa2c
diff --git a/src/com/mirantis/mk/Openstack.groovy b/src/com/mirantis/mk/Openstack.groovy
index 33c38f0..d2f6d8a 100644
--- a/src/com/mirantis/mk/Openstack.groovy
+++ b/src/com/mirantis/mk/Openstack.groovy
@@ -630,7 +630,6 @@
wsrep_local_recv_queue_avg: [title: 'Average size of local reveived queue', expectedThreshold: [warn: 0.5, error: 1.0], description: '(Value above 0 means that the node cannot apply write-sets as fast as it receives them, which can lead to replication throttling)'],
wsrep_local_send_queue_avg: [title: 'Average size of local send queue', expectedThreshold: [warn: 0.5, error: 1.0], description: '(Value above 0 indicate replication throttling or network throughput issues, such as a bottleneck on the network link.)']
]
- results = [:].withDefault {"unknown"}
for (key in parameters.keySet()) {
value = resultYaml[key]
parameters.get(key) << [actualValue: value]