diff --git a/etc/vitrage/vitrage.conf.sample b/etc/vitrage/vitrage.conf.sample index 2b2fde501..e3d70c2fe 100644 --- a/etc/vitrage/vitrage.conf.sample +++ b/etc/vitrage/vitrage.conf.sample @@ -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) diff --git a/vitrage/api/controllers/v1/__init__.py b/vitrage/api/controllers/v1/__init__.py index 8381b6a88..2d58bae77 100644 --- a/vitrage/api/controllers/v1/__init__.py +++ b/vitrage/api/controllers/v1/__init__.py @@ -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}} diff --git a/vitrage/synchronizer/plugins/__init__.py b/vitrage/synchronizer/plugins/__init__.py index 43e552740..505fcc37d 100644 --- a/vitrage/synchronizer/plugins/__init__.py +++ b/vitrage/synchronizer/plugins/__init__.py @@ -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'