403 Error on Murano Status page
Bug #1349922 reported by
Timur Nurlygayanov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mirantis OpenStack |
Fix Released
|
Critical
|
Ekaterina Chernova | ||
5.0.x |
Fix Released
|
Critical
|
Ekaterina Chernova | ||
5.1.x |
Fix Released
|
Critical
|
Ekaterina Chernova |
Bug Description
Steps To Reproduce:
1. Deploy simple environment with Fuel 5.0.1 and Murano, Neutron GRE, nonHA: 1 controller and 1 compute.
2. Open Horizon dashboard and navigate to Murano > Application Catalog > Statistics
Observed Result:
Error with 403 code.
How it looks on UI: http://
Thee reason of this error in the incorrect logic of page with statistics collection. This page create new session for all environemts in specific tenant and in the result if we have at least one environment in deploing state (we can't create new session for environment in deploing state) we will have this error.
Changed in mos: | |
assignee: | nobody → MOS Murano (mos-murano) |
Changed in murano: | |
status: | New → Confirmed |
assignee: | nobody → Ekaterina Chernova (efedorova) |
no longer affects: | murano |
Changed in mos: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
From logs we can see that someone (probably dashboard) many times tries to open new session for editing environment that is being deployed. The bug is probably in dashboard that opens sessions when they are not needed. It is not clear how Statistics is related to some particular environment