Bad goal and strategy name for Airflow Optimization

The goal name 'airflow optimization' must be synched with the
entry point name.
The strategy name 'uniform airflow' must be synched with the
entry point name.

Partial-Bug: #1602262

Change-Id: Ibc6f0a7c5047e57549910818200c323b878152b0
This commit is contained in:
David TARDIVEL 2016-07-12 15:32:29 +02:00
parent f4b631ebb3
commit 517f1d083e
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ class AirflowOptimization(base.Goal):
@classmethod
def get_name(cls):
return "airflow optimization"
return "airflow_optimization"
@classmethod
def get_display_name(cls):

View File

@ -106,7 +106,7 @@ class UniformAirflow(base.BaseStrategy):
@classmethod
def get_name(cls):
return "uniform airflow"
return "uniform_airflow"
@classmethod
def get_display_name(cls):