From 6050f4bc789d630c94a27eb6f4611b0e238cb4d0 Mon Sep 17 00:00:00 2001 From: Roman Vyalov Date: Mon, 16 Dec 2013 13:18:18 +0400 Subject: [PATCH] Add patch mos-disable-metering.patch; OSCI-973 --- debian/patches/mos-disable-metering.patch | 13 +++++++++++++ debian/patches/series | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 debian/patches/mos-disable-metering.patch diff --git a/debian/patches/mos-disable-metering.patch b/debian/patches/mos-disable-metering.patch new file mode 100644 index 0000000..84b68e9 --- /dev/null +++ b/debian/patches/mos-disable-metering.patch @@ -0,0 +1,13 @@ +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') + + diff --git a/debian/patches/series b/debian/patches/series index cb08dbd..66e56af 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,5 @@ fix-dashboard-manage.patch fix-ubuntu-tests.patch ubuntu_settings.patch + +mos-disable-metering.patch -- 2.45.2