horizon/openstack_dashboard/api
Akihiro Motoki ac7ac272b3 pylint: fix several coding convention violations
openstack_dashboard/context_processors.py:94:15: C0122: Comparison should be link['url'] != 'horizon:project:api_access:openrcv2' (misplaced-comparison-constant)
openstack_dashboard/settings.py:467:4: C0412: Imports from package horizon are not grouped (ungrouped-imports)
openstack_dashboard/enabled/_1370_project_vg_snapshots.py:9:0: C0301: Line too long (86/80) (line-too-long)
openstack_dashboard/enabled/_1360_project_volume_groups.py:9:0: C0301: Line too long (85/80) (line-too-long)
openstack_dashboard/usage/base.py:62:8: W0106: Expression "[instance_list.extend(u.server_usages) for u in self.usage_list]" is assigned to nothing (expression-not-assigned)
openstack_dashboard/dashboards/project/images/utils.py:43:12: W0106: Expression "[public_images.append(image) for image in images]" is assigned to nothing (expression-not-assigned)
openstack_dashboard/dashboards/project/images/utils.py:75:12: W0106: Expression "[community_images.append(image) for image in images]" is assigned to nothing (expression-not-assigned)
openstack_dashboard/api/glance.py:47:4: C0412: Imports from package glanceclient are not grouped (ungrouped-imports)
openstack_dashboard/api/cinder.py:60:4: C0412: Imports from package cinderclient are not grouped (ungrouped-imports)
openstack_auth/user.py:358:4: E0211: Method has no argument (no-method-argument)
openstack_auth/user.py:362:4: E0211: Method has no argument (no-method-argument)
openstack_dashboard/api/keystone.py:75:4: C0412: Imports from package keystoneclient are not grouped (ungrouped-imports)
horizon/loaders.py:43:16: W0706: The except handler raises immediately (try-except-raise)
horizon/themes.py:174:8: W0706: The except handler raises immediately (try-except-raise)

Change-Id: I40cf3ffbc4519657e11180d2e2fe7401387c5556
2019-01-17 00:05:27 +09:00
..
rest Merge "pylint: fix len-as-condition warning" 2019-01-16 14:25:39 +00:00
__init__.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
base.py Merge "pylint: fix len-as-condition warning" 2019-01-16 14:25:39 +00:00
cinder.py pylint: fix several coding convention violations 2019-01-17 00:05:27 +09:00
glance.py pylint: fix several coding convention violations 2019-01-17 00:05:27 +09:00
keystone.py pylint: fix several coding convention violations 2019-01-17 00:05:27 +09:00
microversions.py fix typo 2018-11-05 07:56:20 +09:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py pylint: Fix consider-using-(dict|set)-comprehension 2019-01-13 00:59:05 +09:00
nova.py pylint: fix len-as-condition warning 2019-01-16 12:56:20 +09:00
swift.py pylint: fix several warnings 2019-01-15 00:22:27 +09:00