openstack-armada-app/python-k8sapp-openstack/k8sapp_openstack
Bernardo Decco a7f3a058fe Add pylint py3 portability checks for the openstack-armada-app repo
A lot of work has gone into making sure that StarlingX is python3
compatible. To ensure future compatibility, enable the python3
portability checks. Disable the checks that are raising errors.
Another set of commits will address the offending code.

Add following suppress warnings in pylint.rc:
- W1618: no-absolute-import
- W1646: invalid-str-codec

Depends-On: https://review.opendev.org/c/starlingx/openstack-armada-app/+/808768
Story: 2006796
Task: 43190
Signed-off-by: Bernardo Decco <bernardo.deccodesiqueira@windriver.com>
Change-Id: Ib46f8a67042c40823ef870773cf7159763738e06
2021-09-13 15:22:34 -03:00
..
k8sapp_openstack Remove unused import 2021-09-13 15:17:53 -03:00
.gitignore Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
.stestr.conf Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
LICENSE Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
pylint.rc Add pylint py3 portability checks for the openstack-armada-app repo 2021-09-13 15:22:34 -03:00
README.rst Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
requirements.txt Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
setup.cfg Introduce lifecycle operator to openstack app 2021-01-13 22:39:07 +02:00
setup.py Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
test-requirements.txt Add python3.9 support 2021-09-09 11:27:54 -04:00
tox.ini Add python3.9 support 2021-09-09 11:27:54 -04:00
upper-constraints.txt Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00

k8sapp-openstack

This project contains StarlingX Kubernetes application specific python plugins for the openstack application. These plugins are required to integrate the openstack application into the StarlingX application framework and to support the various StarlingX deployments.