Add patch mos-disable-metering.patch; OSCI-973
authorRoman Vyalov <rvyalov@mirantis.com>
Mon, 16 Dec 2013 09:18:18 +0000 (13:18 +0400)
committerRoman Vyalov <rvyalov@mirantis.com>
Mon, 16 Dec 2013 09:18:18 +0000 (13:18 +0400)
debian/patches/mos-disable-metering.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/mos-disable-metering.patch b/debian/patches/mos-disable-metering.patch
new file mode 100644 (file)
index 0000000..84b68e9
--- /dev/null
@@ -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')
index cb08dbd5884284ea6d5e09d8331ed67886cd9375..66e56af6dc727494556c3591acf5bb96dabb5f09 100644 (file)
@@ -6,3 +6,5 @@ fix-dashboard-manage.patch
 
 fix-ubuntu-tests.patch
 ubuntu_settings.patch
+
+mos-disable-metering.patch