how to edit override.py for horizon
I am trying to edit the name of a panel within Project dashboard using the overrides.py file but it isnt working and I need some help. I defined an overrides.py file under /opt/stack/horizon directory which contains the following:
from django.utils.translation import ugettext_lazy as _
import horizon
settings = horizon.get_dashboard('project')
user_panel = settings.get_panel("overview")
user_panel.name = _("Overview-Foo")
and also modified the settings.py under openstack_dashboard to include the following line: 'customization_module': 'horizon.overrides',
Thank you for your help.
Done, I created a bug and uploaded a patch for this. I have added you as a reviewer. Thank you. https://review.openstack.org/84867