Display project_id for cluster show

It would be useful for cloud admin/ops to display the project_id
in cluster show.

Task: 30676
Story: 2005537

Change-Id: I0f1ae84cf2238ebbf8fc30237d88c7db1eeba6dd
This commit is contained in:
Feilong Wang 2019-05-01 10:00:45 +12:00
parent d3d04b73a6
commit d91d4c72a1
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ CLUSTER_ATTRIBUTES = [
'master_flavor_id',
'flavor_id',
'health_status_reason',
'project_id'
]