Display Health status of VIM
Change-Id: I59993e2b2187588cc216cba3d05e3da1b4f1cc2c Closes-Bug: #1554280 Depends-On: I25beaa5e1fd2fca87503c45d720f89d6f8156622
This commit is contained in:
@@ -30,7 +30,7 @@ class ListVIM(tackerV10.ListCommand):
|
|||||||
|
|
||||||
resource = _VIM
|
resource = _VIM
|
||||||
list_columns = ['id', 'tenant_id', 'name', 'type', 'description',
|
list_columns = ['id', 'tenant_id', 'name', 'type', 'description',
|
||||||
'auth_url', 'placement_attr', 'auth_cred']
|
'auth_url', 'placement_attr', 'auth_cred', 'status']
|
||||||
|
|
||||||
def extend_list(self, data, parsed_args):
|
def extend_list(self, data, parsed_args):
|
||||||
for index, value in enumerate(data):
|
for index, value in enumerate(data):
|
||||||
|
Reference in New Issue
Block a user