Horizon doesn't support hiding Routers Panel in Sidebar.
Bug #1350639 reported by
Kentaro Sasaki
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Medium
|
Akihiro Motoki |
Bug Description
We should support hiding Routers Panel in Sidebar.
When we don't provide L3 feature to users, usability will improve if the router panel is hidden.
---local_
OPENSTACK_
'enable_lb': False,
'enable_
'enable_
'enable_vpn': False,
+ 'enable_routers': False,
# The profile_support option is used to detect if an external router can be
# configured via the dashboard. When using specific plugins the
# profile_support can be turned on if needed.
'profile_
#'profile_
}
---
Changed in horizon: | |
assignee: | nobody → Kentaro SASAKI (mathomd) |
tags: | added: neutron |
Changed in horizon: | |
assignee: | Kentaro SASAKI (mathomd) → nobody |
Changed in horizon: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in horizon: | |
assignee: | Akihiro Motoki (amotoki) → David Lyle (david-lyle) |
Changed in horizon: | |
assignee: | David Lyle (david-lyle) → Akihiro Motoki (amotoki) |
Changed in horizon: | |
milestone: | none → juno-3 |
Changed in horizon: | |
status: | Fix Committed → Fix Released |
Changed in horizon: | |
milestone: | juno-3 → 2014.2 |
To post a comment you must log in.
Is there an API call we could use to dynamically determine if L3/routers is supported, rather than add another setting?
This will also affects the Network Topology graph I think.