Replaced UUID of goal with name
This patch updated the CLI to display the name of the goal associated to an strategy (instead UUID). Related-Bug: #1590416. Change-Id: Ia8bd0c18d63461da2336a690364f034d0f7f2343
This commit is contained in:
@@ -86,14 +86,13 @@ GOAL_SHORT_LIST_FIELD_LABELS = ['UUID', 'Name', 'Display name']
|
||||
|
||||
# Strategies
|
||||
|
||||
STRATEGY_FIELDS = ['uuid', 'name', 'display_name', 'goal_uuid']
|
||||
STRATEGY_FIELDS = ['uuid', 'name', 'display_name', 'goal_name']
|
||||
|
||||
STRATEGY_FIELD_LABELS = ['UUID', 'Name', 'Display name', 'Goal UUID']
|
||||
STRATEGY_FIELD_LABELS = ['UUID', 'Name', 'Display name', 'Goal']
|
||||
|
||||
STRATEGY_SHORT_LIST_FIELDS = ['uuid', 'name', 'display_name', 'goal_uuid']
|
||||
STRATEGY_SHORT_LIST_FIELDS = ['uuid', 'name', 'display_name', 'goal_name']
|
||||
|
||||
STRATEGY_SHORT_LIST_FIELD_LABELS = ['UUID', 'Name', 'Display name',
|
||||
'Goal UUID']
|
||||
STRATEGY_SHORT_LIST_FIELD_LABELS = ['UUID', 'Name', 'Display name', 'Goal']
|
||||
|
||||
# Metric Collector
|
||||
METRIC_COLLECTOR_FIELDS = ['uuid', 'created_at', 'updated_at', 'deleted_at',
|
||||
|
Reference in New Issue
Block a user