Add "is_default" attribute in vim-list,and remove some unnecessary
info. Change-Id: Ib78d16f9674623b288e693014e9abcbc976283e2 Closes-bug: #1692390
This commit is contained in:
parent
0dacc1f906
commit
978bb7cbbd
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user