tripleo-common/tripleo_common/actions
Sorin Sbarnea efa167ddfa Enable pylint
This is a follow-up from [1] which underlined that the code lacks even basic coverage as it allow
us to introduce a costly regression which could have being detected by pylint no-member test.

- enables pylint with most checks temporary disabled, so we have time
  to address them gradually
- fixes few minor issues reported by the tool
- adds skips for some known "no-member" errors but avoids adding it to the exclude list, as this
  in order to prevent further regressions.
- once landed we can easily address the temporary disabled errors, one by one. In fact this is could
  prove as a very good learning experience for newer team members. They can start by removing on
  random exclusion and fixing it. As a hint: leave the missing docstrings for the end, some problems
  are more important to fix first.

1: https://review.opendev.org/c/openstack/tripleo-common/+/762892/6/tripleo_common/image/builder/buildah.py

Change-Id: I10ab0cbfbaab77b9208e9a5d74d59eb041cb16ee
(cherry picked from commit 13ac87ba36)
2021-01-06 17:13:01 +00:00
..
__init__.py Set heatclient exceptions to verbose 2018-11-30 10:43:12 +01:00
ansible.py Enable pylint 2021-01-06 17:13:01 +00:00
baremetal.py Stop setting boot_option=local on ironic nodes 2018-11-19 16:05:07 +00:00
baremetal_deploy.py Fix parameter_defaults for nova less deploy 2020-07-29 09:46:34 +12:00
base.py Correct deprecated usage of ironicclient (broken with 3.0.0) 2019-09-26 08:35:43 +00:00
config.py Remove ProcessTemplatesAction as base class 2019-04-17 11:11:05 -06:00
container_images.py Switch to tripleo_containers.yaml 2020-09-23 11:23:18 -04:00
deployment.py Enable pylint 2021-01-06 17:13:01 +00:00
derive_params.py OvS DPDK parameters failing in NIC Partitioning 2019-12-12 05:00:55 +00:00
files.py Remove the file exists action and save and restore to swift actions 2019-08-22 09:21:47 +01:00
heat_capabilities.py Handle swift interactions are strings as necessary 2019-03-01 15:45:56 -07:00
package_update.py Remove ProcessTemplatesAction as base class 2019-04-17 11:11:05 -06:00
parameters.py Ensure lanplus is unset when using redfish 2020-06-25 13:03:56 +00:00
plan.py Remove the unused tripleo.plan.update_from_dir Mistral action 2019-09-09 07:38:29 +00:00
scale.py Match hostname when doing node delete 2020-04-01 11:16:03 +05:30
swifthelper.py use Result from mistral_lib instead of mistral 2017-06-23 14:20:45 +01:00
templates.py Modify roles to remove unused services 2020-06-10 11:33:21 +05:30
undercloud.py Enable pylint 2021-01-06 17:13:01 +00:00
validations.py Make validation inputs configurable via Mistral 2019-04-01 10:43:11 +00:00
vcs.py Fix interaction between gitpython and eventlet 2019-03-07 15:37:52 +01:00