Display Health status of VIM

Change-Id: I59993e2b2187588cc216cba3d05e3da1b4f1cc2c
Closes-Bug: #1554280
Depends-On: I25beaa5e1fd2fca87503c45d720f89d6f8156622
This commit is contained in:
Bharath Thiruveedula 2016-05-12 16:37:00 +05:30
parent a6bd47cc80
commit c32028201f

View File

@ -30,7 +30,7 @@ class ListVIM(tackerV10.ListCommand):
resource = _VIM
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):
for index, value in enumerate(data):