state manager changes
Change-Id: I564d4a406b624b84495bdc91c664d499d71915dc
This commit is contained in:
parent
d60ff5abee
commit
055af555f8
6
etc/vitrage/states_plugins/static_physical.yaml
Normal file
6
etc/vitrage/states_plugins/static_physical.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
category: RESOURCE
|
||||
states:
|
||||
- normalized state:
|
||||
name: UNRECOGNIZED
|
||||
priority: 10
|
||||
original states:
|
@ -222,8 +222,8 @@ class StateManager(object):
|
||||
|
||||
for datasource_type in datasource_types:
|
||||
if datasource_type not in datasources_with_state_conf:
|
||||
LOG.error("No state configuration file for: %s",
|
||||
datasource_type)
|
||||
LOG.info("No state configuration file for: %s",
|
||||
datasource_type)
|
||||
|
||||
@staticmethod
|
||||
def _get_updated_property(new_vertex, graph_vertex, prop):
|
||||
|
Loading…
x
Reference in New Issue
Block a user