← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1361529] Re: Configurable instance detail tabs

 

The console tab can be disabled by setting CONSOLE_TYPE to None in local_settings.py.
https://docs.openstack.org/horizon/latest/configuration/settings.html#console-type

** Changed in: horizon
     Assignee: daiki aminaka (1991-daiki) => (unassigned)

** Changed in: horizon
       Status: In Progress => Invalid

-- 
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):
  Invalid

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


References