Adds stack to overcloud detail context data

Change-Id: I0019cf554d9621e4b49f0d691e3e6e2939e34c25
Closes-bug: #1335111
This commit is contained in:
Tzu-Mainn Chen 2014-06-27 14:39:23 +02:00
parent 0972c336e2
commit 359bee6f67
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class OverviewTab(tabs.Tab):
if e.resource_status == 'CREATE_FAILED'][-3:]
return {
'plan': plan,
'stack': plan.stack,
'roles': role_data,
'progress': max(5, progress),
'dashboard_urls': plan.stack.dashboard_urls,