yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19534
[Bug 1361529] [NEW] Configurable instance detail tabs
Public bug reported:
For example, VMware environment doesn't support the console log feature.
In that case, usability will improve if the console log tab is hidden.
This should be configurable by local_settings.py:
---
# Available values are 'OverviewTab', 'LogTab', 'ConsoleTab'
HORIZON_CONFIG["instance_detail_tabs"] = ('ConsoleTab', 'OverviewTab')
---
** Affects: horizon
Importance: Undecided
Assignee: Shuichiro MAKIGAKI (shuichiro-makigaki)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Shuichiro MAKIGAKI (shuichiro-makigaki)
--
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/1361529
Title:
Configurable instance detail tabs
Status in OpenStack Dashboard (Horizon):
New
Bug description:
For example, VMware environment doesn't support the console log feature.
In that case, usability will improve if the console log tab is hidden.
This should be configurable by local_settings.py:
---
# Available values are 'OverviewTab', 'LogTab', 'ConsoleTab'
HORIZON_CONFIG["instance_detail_tabs"] = ('ConsoleTab', 'OverviewTab')
---
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1361529/+subscriptions
Follow ups
References