Add "is_default" attribute in vim-list,and remove some unnecessary

info.

Change-Id: Ib78d16f9674623b288e693014e9abcbc976283e2
Closes-bug: #1692390
This commit is contained in:
claire1006 2017-05-22 14:08:39 +08:00 committed by Bao Fangyan
parent 0dacc1f906
commit 978bb7cbbd
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ class ListVIM(tackerV10.ListCommand):
"""List VIMs that belong to a given tenant."""
resource = _VIM
list_columns = ['id', 'tenant_id', 'name', 'type', 'description',
'auth_url', 'placement_attr', 'auth_cred', 'status']
list_columns = ['id', 'tenant_id', 'name', 'type', 'is_default',
'placement_attr', 'status']
class ShowVIM(tackerV10.ShowCommand):