import horizon from openstack_dashboard.dashboards.admin import dashboard class Volumes(horizon.Panel): name = _("Volumes") [docs] slug = "volumes" permissions = ('openstack.services.volume',) dashboard.Admin.register(Volumes)
Enter search terms or a module, class or function name.