# Pastebin 0jRIyX9E 2016-07-12 13:17:14.905 CRITICAL python-watcher [req-456697a1-6ada-4507-a6c1-bd74344ed690 ] GoalNotFound: Goal airflow_optimization could not be found 2016-07-12 13:17:14.905 TRACE python-watcher Traceback (most recent call last): 2016-07-12 13:17:14.905 TRACE python-watcher File "/usr/local/bin/watcher-decision-engine", line 10, in 2016-07-12 13:17:14.905 TRACE python-watcher sys.exit(main()) 2016-07-12 13:17:14.905 TRACE python-watcher File "/opt/stack/watcher/watcher/cmd/decisionengine.py", line 43, in main 2016-07-12 13:17:14.905 TRACE python-watcher syncer.sync() 2016-07-12 13:17:14.905 TRACE python-watcher File "/opt/stack/watcher/watcher/decision_engine/sync.py", line 119, in sync 2016-07-12 13:17:14.905 TRACE python-watcher self.strategy_mapping.update(self._sync_strategy(strategy_map)) 2016-07-12 13:17:14.905 TRACE python-watcher File "/opt/stack/watcher/watcher/decision_engine/sync.py", line 167, in _sync_strategy 2016-07-12 13:17:14.905 TRACE python-watcher strategy.goal_id = objects.Goal.get_by_name(self.ctx, goal_name).id 2016-07-12 13:17:14.905 TRACE python-watcher File "/opt/stack/watcher/watcher/objects/goal.py", line 116, in get_by_name 2016-07-12 13:17:14.905 TRACE python-watcher db_goal = cls.dbapi.get_goal_by_name(context, name) 2016-07-12 13:17:14.905 TRACE python-watcher File "/opt/stack/watcher/watcher/db/sqlalchemy/api.py", line 432, in get_goal_by_name 2016-07-12 13:17:14.905 TRACE python-watcher return self._get_goal(context, fieldname="name", value=goal_name) 2016-07-12 13:17:14.905 TRACE python-watcher File "/opt/stack/watcher/watcher/db/sqlalchemy/api.py", line 423, in _get_goal 2016-07-12 13:17:14.905 TRACE python-watcher raise exception.GoalNotFound(goal=value) 2016-07-12 13:17:14.905 TRACE python-watcher GoalNotFound: Goal airflow_optimization could not be found 2016-07-12 13:17:14.905 TRACE python-watcher