horizon/openstack_dashboard/dashboards/admin
Akihiro Motoki e5d09edc20 Use python3-style super()
In python3, super() does not always require a class and self reference.
In other words, super() is enough for most cases.
This is much simpler and it is time to switch it to the newer style.

pylint provides a check for this.
Let's enable 'super-with-arguments' check.

NOTE: _prepare_mappings() method of FormRegion in
openstack_dashboard/test/integration_tests/regions/forms.py is refactored.
super() (without explicit class and self referece) does not work when
a subclass method calls a same method in a parent class multiple times.
It looks better to prepare a separate method to provide a common logic.

Change-Id: Id9512a14be9f20dbd5ebd63d446570c7b7c825ff
2020-10-15 14:37:20 +09:00
..
aggregates Use python3-style super() 2020-10-15 14:37:20 +09:00
defaults Use python3-style super() 2020-10-15 14:37:20 +09:00
flavors Use python3-style super() 2020-10-15 14:37:20 +09:00
floating_ips Use python3-style super() 2020-10-15 14:37:20 +09:00
group_types Use python3-style super() 2020-10-15 14:37:20 +09:00
hypervisors Use python3-style super() 2020-10-15 14:37:20 +09:00
images Use python3-style super() 2020-10-15 14:37:20 +09:00
info Use python3-style super() 2020-10-15 14:37:20 +09:00
instances Use python3-style super() 2020-10-15 14:37:20 +09:00
metadata_defs Use python3-style super() 2020-10-15 14:37:20 +09:00
networks Use python3-style super() 2020-10-15 14:37:20 +09:00
ngflavors Rework hardcoded policy in admin dash 2016-11-18 15:42:16 -07:00
overview Use python3-style super() 2020-10-15 14:37:20 +09:00
rbac_policies Use python3-style super() 2020-10-15 14:37:20 +09:00
routers Use python3-style super() 2020-10-15 14:37:20 +09:00
snapshots Use python3-style super() 2020-10-15 14:37:20 +09:00
trunks Use python3-style super() 2020-10-15 14:37:20 +09:00
vg_snapshots Use python3-style super() 2020-10-15 14:37:20 +09:00
volume_groups Use python3-style super() 2020-10-15 14:37:20 +09:00
volume_types Use python3-style super() 2020-10-15 14:37:20 +09:00
volumes Use python3-style super() 2020-10-15 14:37:20 +09:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Fix policy function check error 2019-03-01 14:21:07 -07:00