Comment 8 for bug 1605466

Revision history for this message
Rahul (rahuls) wrote :

Discard above comment.

Following patch can help when domain token is not found:

root@nodea16:/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/domains# diff -ruN panel.orig panel.py
--- panel.orig 2016-08-04 13:04:15.360639419 +0530
+++ panel.py 2016-08-04 13:04:42.777537612 +0530
@@ -35,4 +35,4 @@

         request = context['request']
         domain_token = request.session.get('domain_token')
- return super(Domains, self).can_access(context) and domain_token
+ return super(Domains, self).can_access(context)