Return health_status for cluster listing

Task: 29761
Story: 2002742

Change-Id: If702584fabe1402257b45db281561a5f5b83b972
This commit is contained in:
Feilong Wang 2019-03-01 12:07:57 +13:00
parent 57a3b73fa0
commit 8c8cd7d199
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class Cluster(base.APIBase):
'labels', 'node_count', 'status',
'master_flavor_id', 'flavor_id',
'create_timeout', 'master_count',
'stack_id'])
'stack_id', 'health_status'])
cluster.links = [link.Link.make_link('self', url,
'clusters', cluster.uuid),