horizon/openstack_dashboard/dashboards/identity/domains
manchandavishal c02b9fc2dd Get rid of keys() usage
for x in some_dict.keys() can be written as for x in some_dict

Change-Id: If5436647a30c02d0dab7daa23b2290456c66d654
2018-11-30 11:15:27 +00:00
..
templates/domains Reduce page title duplication in Identity views 2015-02-12 11:47:35 +00:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
constants.py Domain Role assignment to Users 2014-08-22 23:56:40 -07:00
panel.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00
tables.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
tests.py Convert identity.domains tests into mock 2018-04-25 13:51:15 +09:00
urls.py Adding identity domains table 2017-01-12 13:55:46 +09:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
workflows.py Get rid of keys() usage 2018-11-30 11:15:27 +00:00