Modify the deployed column to deployed_on

Change-Id: I21fb97995486b22e2d0a09f9abef3f289cb2d2ac
This commit is contained in:
bharath 2018-11-13 22:36:30 +05:30
parent dea07ad935
commit 8b0de3dafd

View File

@ -139,7 +139,7 @@ def list_flavors(flavors):
def list_models(models):
columns = ('id', 'name', 'status', 'ml_type', 'url',
'deployed')
'deployed_on')
utils.print_list(models, columns,
{'versions': print_list_field('versions')},
sortby_index=None)