state manager changes

Change-Id: I564d4a406b624b84495bdc91c664d499d71915dc
This commit is contained in:
Alexey Weyl
2016-04-07 14:00:39 +03:00
parent d60ff5abee
commit 055af555f8
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
category: RESOURCE
states:
- normalized state:
name: UNRECOGNIZED
priority: 10
original states:

View File

@@ -222,8 +222,8 @@ class StateManager(object):
for datasource_type in datasource_types: for datasource_type in datasource_types:
if datasource_type not in datasources_with_state_conf: if datasource_type not in datasources_with_state_conf:
LOG.error("No state configuration file for: %s", LOG.info("No state configuration file for: %s",
datasource_type) datasource_type)
@staticmethod @staticmethod
def _get_updated_property(new_vertex, graph_vertex, prop): def _get_updated_property(new_vertex, graph_vertex, prop):