state manager changes
Change-Id: I564d4a406b624b84495bdc91c664d499d71915dc
This commit is contained in:
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:
|
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):
|
||||||
|
|||||||
Reference in New Issue
Block a user