← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1350639] Re: Horizon doesn't support hiding Routers Panel in Sidebar.

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
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):
  Fix Released

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


References