horizon/openstack_dashboard/dashboards/admin/aggregates
Akihiro Motoki f545272f12 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

Change-Id: I3478b0684175d2604bbcc1d89cbfca298b97f1e1
2018-04-11 00:34:21 +09:00
..
templates/aggregates Branding: Workflow cancel btn should be themable 2016-03-14 12:48:11 -07:00
__init__.py Host aggregates panel. 2014-03-04 15:25:32 +00:00
constants.py Angularize metadata update modals 2015-08-25 13:29:03 +00:00
forms.py Add a warning to user: Unable to remove availability zone from host aggregate 2018-02-24 15:14:30 +08:00
panel.py Rework hardcoded policy in admin dash 2016-11-18 15:42:16 -07:00
tables.py Replace six.iteritems(iter) with iter.items() 2016-12-14 11:13:20 +08:00
tests.py Fix pep8 errors 2018-04-11 00:34:21 +09:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00
workflows.py Use nova os-services to retrieve host list 2018-02-01 12:19:56 +00:00