diff --git a/setup.cfg b/setup.cfg index 07501d1..b1e4de4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,6 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -version = 1.2-1 home-page = http://www.openstack.org/ classifier = Environment :: OpenStack diff --git a/sticksdashboard/tickets/panel.py b/sticksdashboard/tickets/panel.py index 382ed20..f102914 100644 --- a/sticksdashboard/tickets/panel.py +++ b/sticksdashboard/tickets/panel.py @@ -23,6 +23,5 @@ from sticksdashboard import dashboard class TicketsPanel(horizon.Panel): name = _("Tickets") slug = 'tickets' - permissions = ('openstack.roles.admin',) dashboard.Sticks.register(TicketsPanel)