yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18333
[Bug 1350639] [NEW] Horizon doesn't support hiding Routers Panel in Sidebar.
Public bug reported:
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_settings.py---
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': False,
'enable_firewall': False,
'enable_quotas': True,
'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_support': None,
#'profile_support': 'cisco',
}
---
** Affects: horizon
Importance: Undecided
Assignee: Kentaro SASAKI (mathomd)
Status: New
** Tags: neutron
** Changed in: horizon
Assignee: (unassigned) => Kentaro SASAKI (mathomd)
** Tags added: neutron
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1350639
Title:
Horizon doesn't support hiding Routers Panel in Sidebar.
Status in OpenStack Dashboard (Horizon):
New
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_settings.py---
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': False,
'enable_firewall': False,
'enable_quotas': True,
'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_support': None,
#'profile_support': 'cisco',
}
---
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1350639/+subscriptions
Follow ups
References