Change-Id: I08ccc8780b6a48fe5db69c6ec9a67310863f5663
This commit is contained in:
Eyal 2016-02-14 15:26:07 +02:00
parent 5030a4111d
commit cd932db3ff
3 changed files with 3 additions and 3 deletions

View File

@ -410,7 +410,7 @@
# From vitrage
#
# A path for the static plugins for the syncronizer (string value)
# A path for the static plugins for the synchronizer (string value)
#static_plugins_dir = /etc/vitrage/static_plugins
# Nagios user (string value)

View File

@ -15,5 +15,5 @@
from vitrage.common.constants import EntityCategory
from vitrage.common.constants import VertexProperties as VProps
mock_file = True
mock_file = False
RCA_QUERY = {'==': {VProps. CATEGORY: EntityCategory.ALARM}}

View File

@ -19,7 +19,7 @@ from oslo_config import cfg
OPTS = [
cfg.StrOpt('static_plugins_dir',
default='/etc/vitrage/static_plugins',
help='A path for the static plugins for the syncronizer'
help='A path for the static plugins for the synchronizer'
),
cfg.StrOpt('nagios_user',
help='Nagios user'