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
This commit is contained in:
caoyuan
2017-10-21 15:11:50 +08:00
parent 84fb7423f1
commit 568d4e831c

View File

@@ -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"