fix typo
Change-Id: I08ccc8780b6a48fe5db69c6ec9a67310863f5663
This commit is contained in:
parent
5030a4111d
commit
cd932db3ff
@ -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)
|
||||
|
@ -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}}
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user