manila/manila/scheduler
Goutham Pacha Ravi fd23a6387c Use class name in invocation of super
Fix pylint E103 warning raised by usage of
self.__class__ to refer to the derived class
in super() methods.

self.__class__ is a reasonable first argument
to super() in any method of a class, as long
as the method is not going to be invoked in
derived classes.

Python3 removes this ambiguity by not requiring
arguments for the super() method.

[1] https://docs.pylint.org/en/1.6.0/features.html#id33

Change-Id: I6071b6cfd8cff2be3853d739f71b94da990cda97
2018-06-06 17:47:18 -07:00
..
drivers Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
evaluator Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
filters Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
weighers Remove log translations in scheduler 3/5 2017-03-31 00:54:26 +08:00
__init__.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
base_handler.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
host_manager.py Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
manager.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
rpcapi.py [Share Groups] Add availability zone support 2017-06-06 10:13:00 +00:00
scheduler_options.py Remove log translations in scheduler 3/5 2017-03-31 00:54:26 +08:00
utils.py Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00