"Something went wrong" error when getting 'Deployments -> Show History' page without dashboard
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Low
|
Ekaterina Chernova | ||
Kilo |
Fix Committed
|
Medium
|
Kirill Zaitsev | ||
Liberty |
Fix Released
|
Medium
|
Kirill Zaitsev |
Bug Description
Steps to reproduce:
1. Create one user in admin tenant
2. Create Murano environment
3. Add some applications to it and send it to deploy
4. Click on "Deployment History" > "Show details"
Observed result:
Something went wrong!
An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator.
Here a traceback from dashboard log: http://
---------
In wizard done() method the special key is adding
storage = attributes.
And in the environment/
_type = tables.Column(
lambda datum: datum['
Need to add key check before accessing it
Changed in murano: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
milestone: | none → 2015.1.1 |
assignee: | nobody → Ekaterina Chernova (efedorova) |
summary: |
- "Something went wrong" error when user navigates to deployment history - of env that was deployed from another session + "Something went wrong" error when getting 'Deployments -> Show History' + page without dashboard |
Changed in murano: | |
importance: | Medium → Low |
description: | updated |
Changed in murano: | |
assignee: | Ekaterina Chernova (efedorova) → nobody |
Changed in murano: | |
milestone: | 2015.1.1 → liberty-1 |
tags: | added: kilo-backport-potential |
Changed in murano: | |
status: | Fix Committed → Fix Released |
tags: | added: in-stable-kilo |
Changed in murano: | |
milestone: | liberty-1 → 1.0.0 |
Changed in murano: | |
milestone: | 1.0.0 → 1.0.1 |
Fix proposed to branch: master /review. openstack. org/184819
Review: https:/