Fix typo in ceph-osd YAQL expression

This is a simple one-line fix to fix a typo in YAQL expression
for ceph-osd: values should be a function call instead of attribute
fetching.

Change-Id: I20d7e3b00b371e86bef9b17b6b4c343db271fbe3
Closes-bug: #1578584
(cherry picked from commit 707ca5ea1c)
This commit is contained in:
Vladimir Kuklin 2016-05-06 18:21:10 +03:00 committed by Alexey Shtokolov
parent 9f3d7e63b4
commit b102375c30
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
condition:
yaql_exp: >
changedAny($.storage, $.debug, $.network_scheme, $.get('use_syslog'),
$.network_metadata.nodes.values.where(
$.network_metadata.nodes.values().where(
('primary-controller' in $.node_roles) or
('controller' in $.node_roles)),
$.get('ceph_tuning_settings'), $.get('syslog_log_level_ceph'),