horizon/openstack_dashboard/dashboards/identity
Akihiro Motoki 8458e2580a Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
horizon pep8 job due to the new rules.

This commit fixes the following new errors:
- E226 missing whitespace around arithmetic operator
- E241 multiple spaces after ','
- E731 do not assign a lambda expression, use a def

The following errors are added to the ignore list
as there are many errors:
- E402 module level import not at top of file
- W503 line break before binary operator

Conflicts:
        openstack_dashboard/dashboards/admin/aggregates/tests.py
        openstack_dashboard/dashboards/admin/instances/tests.py
        openstack_dashboard/dashboards/admin/routers/tests.py
        openstack_dashboard/dashboards/project/images/tests.py
        openstack_dashboard/dashboards/project/networks/tests.py
        openstack_dashboard/dashboards/project/routers/tests.py
        openstack_dashboard/test/test_data/neutron_data.py
        tox.ini

The conflicts are due to mox-removal efforts.

Change-Id: I3478b0684175d2604bbcc1d89cbfca298b97f1e1
(cherry picked from commit f545272f12)
2018-04-12 02:40:54 +09:00
..
domains Correct the wrong exceptions reference in domain tables.py 2017-07-02 21:28:48 +08:00
groups Correct the group name field less than or equal to 64 characters 2017-04-20 13:28:51 +08:00
identity_providers Ensure log messages are not translated 2017-04-11 10:24:01 +00:00
mappings hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
projects Fix pep8 errors 2018-04-12 02:40:54 +09:00
roles hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
static/dashboard/identity Add server filters to NGusers & enable filter first 2017-03-23 14:08:25 +00:00
users Fix cannot delete user's email addresses in the identity/user panel 2017-08-16 05:00:28 +00:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
dashboard.py Set default panel of identity with pluggable settings mechanism 2018-01-16 15:52:39 +00:00