Comment 2 for bug 1284578

Revision history for this message
Mike Scherbakov (mihgen) wrote :

It was disabled by this patch:

diff --git a/openstack_dashboard/dashboards/admin/dashboard.py b/openstack_dashboard/dashboards/admin/dashboard.py
index bdfc6ef..cf01ca1 100644
--- a/openstack_dashboard/dashboards/admin/dashboard.py
+++ b/openstack_dashboard/dashboards/admin/dashboard.py
@@ -22,7 +22,7 @@ import horizon
 class SystemPanels(horizon.PanelGroup):
     slug = "admin"
     name = _("System Panel")
- panels = ('overview', 'metering', 'hypervisors', 'instances', 'volumes',
+ panels = ('overview', 'hypervisors', 'instances', 'volumes',
               'flavors', 'images', 'networks', 'routers', 'defaults', 'info')