horizon/openstack_dashboard/dashboards/project
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
..
api_access Set PROJECT_DOMAIN_NAME in generated v3 openrc 2017-09-12 13:26:43 +00:00
backups Enable backups on in-use volumes 2017-05-11 16:00:33 -07:00
cg_snapshots Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
cgroups Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
containers Removing deprecated Swift UI code 2016-11-17 16:00:00 -07:00
floating_ips Fix pep8 errors 2018-04-12 02:40:54 +09:00
images Make get_available_images() return all the images available 2017-08-28 07:20:20 +00:00
instances Fix pep8 errors 2018-04-12 02:40:54 +09:00
key_pairs Fix tenant_quota_usages function calls caching 2017-06-26 17:36:07 +03:00
network_qos Add details to network_qos panel 2017-07-24 13:07:44 +01:00
network_topology Redirect VM console dynamically 2017-12-19 12:35:42 +00:00
networks Merge "Allow admin to create port on networks of different projects" into stable/pike 2018-02-05 05:26:19 +00:00
overview Fix pep8 errors 2018-04-12 02:40:54 +09:00
routers Fix pep8 errors 2018-04-12 02:40:54 +09:00
security_groups Make icmp_type/code optional 2018-01-16 15:51:37 +00:00
snapshots Add the Snapshots tab on the Volume Details page 2017-07-27 13:30:34 +00:00
stacks Fix pep8 errors 2018-04-12 02:40:54 +09:00
static/dashboard/project Tabs in launch server wizard not depending on OPENSTACK_NOVA_EXTENSIONS_BLACKLIST 2018-02-09 13:32:28 +00:00
trunks Trunks panel: details for trunks and subports 2017-07-27 10:48:55 +02:00
volumes Fix pep8 errors 2018-04-12 02:40:54 +09:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00