config/sysinv/sysinv/sysinv/sysinv/api/controllers/v1
Al Bailey eda1dc8de4 Update sysinv flake8 to use python3
Running flake8 in python3 exposes bugs that will
impact the conversion to python3.

This also adjusts the unit tests to run py36
rather than py35.

Some of the notable issues are:
 - cmp operator has been deprecated
 - file operator has been deprecated
    (replaced by call to open)

The behaviour in python2 has not changed.

For python3 unit tests should be added for:
 -  sysinv/agent/lldp/plugin.py  (Key)
sort in python3 expects a different method (__lt__)

 -  sysinv/conductor/manager.py (evaluate_app_reapply)
The contents from file open when passed to the md5 routine
should fail unless opened with utf-8 encoding
ie:
TypeError: Unicode-objects must be encoded before hashing

Change-Id: Ifcec7d5539cba2350649f56057db0f5e78ef279d
Story: 2007082
Task: 38130
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2020-01-16 17:21:12 -06:00
..
__init__.py Provide infrastructure for kubernetes upgrades 2019-11-22 15:13:52 -06:00
address.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
address_pool.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
base.py Fix calls in sysinv to non-existent methods and constants 2019-08-30 14:54:58 -05:00
ceph_mon.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
certificate.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
cluster.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
collection.py Fix calls in sysinv to non-existent methods and constants 2019-08-30 14:54:58 -05:00
community.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
controller_fs.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
cpu.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
cpu_utils.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
datanetwork.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
disk.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
dns.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
drbdconfig.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
ethernet_port.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
fernet_repo.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
health.py Add kubernetes health checks 2019-12-20 10:50:33 -06:00
helm_charts.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
host.py Merge "Use oslo utils version of uuidutils." 2019-12-17 18:24:36 +00:00
host_fs.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
hwmon_api.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
interface.py Prevent provisioning sriov without mgmt iface 2019-12-20 13:38:35 -05:00
interface_datanetwork.py Deprecate sysinv.openstack.common.gettextutils 2019-11-04 10:04:20 -06:00
interface_network.py Deprecate sysinv.openstack.common.gettextutils 2019-11-04 10:04:20 -06:00
kube_app.py stx-monitor app: enhanced missing elastic label error message 2020-01-13 13:01:33 -06:00
kube_host_upgrade.py Provide infrastructure for kubernetes upgrades 2019-11-22 15:13:52 -06:00
kube_upgrade.py Add kubernetes health checks 2019-12-20 10:50:33 -06:00
kube_version.py Provide infrastructure for kubernetes upgrades 2019-11-22 15:13:52 -06:00
label.py Merge "Deprecate the sysinv.openstack.common utils files" 2019-12-16 19:53:19 +00:00
license.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
link.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
lldp_agent.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
lldp_neighbour.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
lldp_tlv.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
load.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
lvg.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
memory.py Hugepage percent allocation. 2019-12-16 15:16:56 -05:00
mtce_api.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
network.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
network_oam.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
node.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
ntp.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
partition.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
patch_api.py Provide infrastructure for kubernetes upgrades 2019-11-22 15:13:52 -06:00
pci_device.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
port.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
profile.py Update sysinv flake8 to use python3 2020-01-16 17:21:12 -06:00
profile_utils.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
ptp.py Allow configuration of PTP master/slave interfaces 2019-12-09 15:05:16 -05:00
pv.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
query.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
registry_image.py Deprecate sysinv.openstack.common.gettextutils 2019-11-04 10:04:20 -06:00
remotelogging.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
rest_api.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
route.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
sdn_controller.py Deprecate the sysinv.openstack.common utils files 2019-12-04 10:58:39 -06:00
sensor.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
sensorgroup.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
service.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
service_parameter.py Deprecate the sysinv.openstack.common utils files 2019-12-04 10:58:39 -06:00
servicegroup.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
servicenode.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
sm_api.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
state.py StarlingX open source release updates 2018-05-31 07:35:52 -07:00
storage.py Import subprocess from eventlet.green package 2019-12-19 15:29:42 -06:00
storage_backend.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
storage_ceph.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
storage_ceph_external.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
storage_external.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
storage_file.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
storage_lvm.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
storage_tier.py Use oslo utils version of uuidutils. 2019-12-17 08:30:37 -06:00
system.py Prep for remote install of sub-cloud controller-0 2019-12-04 14:55:40 -05:00
trapdest.py Deprecate the sysinv.openstack.common utils files 2019-12-04 10:58:39 -06:00
types.py Hugepage percent allocation. 2019-12-16 15:16:56 -05:00
upgrade.py Add kubernetes health checks 2019-12-20 10:50:33 -06:00
user.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00
utils.py Import subprocess from eventlet.green package 2019-12-19 15:29:42 -06:00
vim_api.py Deprecate sysinv.openstack.common.log 2019-11-05 15:29:20 -06:00