From 568d4e831c969f308ff9bec3344f0cc211392a45 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sat, 21 Oct 2017 15:11:50 +0800 Subject: [PATCH] Fix the strategy path of outlet_temp_control.py 1. fix the path of outlet_temp_control.py 2. remove the unnecessary noqa Change-Id: Ieb33776baeaa936faf940d9886ffed8ec30e91b3 --- .../strategy/strategies/outlet_temp_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watcher/decision_engine/strategy/strategies/outlet_temp_control.py b/watcher/decision_engine/strategy/strategies/outlet_temp_control.py index a0c3060f6..0aba274a0 100644 --- a/watcher/decision_engine/strategy/strategies/outlet_temp_control.py +++ b/watcher/decision_engine/strategy/strategies/outlet_temp_control.py @@ -71,8 +71,8 @@ class OutletTempControl(base.ThermalOptimizationBaseStrategy): *Spec URL* - https://github.com/openstack/watcher-specs/blob/master/specs/mitaka/approved/outlet-temperature-based-strategy.rst - """ # noqa + https://github.com/openstack/watcher-specs/blob/master/specs/mitaka/implemented/outlet-temperature-based-strategy.rst + """ # The meter to report outlet temperature in ceilometer MIGRATION = "migrate"