Add "is_default" attribute in vim-list,and remove some unnecessary
info. Change-Id: Ib78d16f9674623b288e693014e9abcbc976283e2 Closes-bug: #1692390
This commit is contained in:
@@ -30,8 +30,8 @@ class ListVIM(tackerV10.ListCommand):
|
|||||||
"""List VIMs that belong to a given tenant."""
|
"""List VIMs that belong to a given tenant."""
|
||||||
|
|
||||||
resource = _VIM
|
resource = _VIM
|
||||||
list_columns = ['id', 'tenant_id', 'name', 'type', 'description',
|
list_columns = ['id', 'tenant_id', 'name', 'type', 'is_default',
|
||||||
'auth_url', 'placement_attr', 'auth_cred', 'status']
|
'placement_attr', 'status']
|
||||||
|
|
||||||
|
|
||||||
class ShowVIM(tackerV10.ShowCommand):
|
class ShowVIM(tackerV10.ShowCommand):
|
||||||
|
|||||||
Reference in New Issue
Block a user