horizon/openstack_dashboard/dashboards/admin
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
..
aggregates Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
defaults Make cinder generic group quotas translatable 2017-08-17 14:37:37 +00:00
flavors Disable Edit Flavour by default 2017-08-07 12:06:33 +00:00
floating_ips Fix pep8 errors 2018-04-12 02:40:54 +09:00
hypervisors Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
images Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
info Correct the word orchestation to orchestration 2017-04-09 10:03:40 +08:00
instances Merge "Do not fail on AdminUpdateRow if tenant is not found" into stable/pike 2018-01-03 21:27:26 +00:00
metadata_defs hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
networks Add support for virtio-forwarder VNIC type 2017-07-24 13:40:54 +00:00
ngflavors Rework hardcoded policy in admin dash 2016-11-18 15:42:16 -07:00
overview Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
routers Do not call list_l3_agent_hosting_router if not supported 2017-08-03 08:16:54 +03:00
snapshots Merge "Correct the admin snapshot detail row actions are inconsistent with the table" 2017-07-03 20:40:46 +00:00
volume_types Merge "Support editing volume type access" 2017-05-05 20:23:59 +00:00
volumes Merge "Fix wrong link to VM in admin volume table" into stable/pike 2018-02-05 04:19:26 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Remove broken telemetry policy check 2016-11-18 10:16:11 -07:00