vmware-nsx/vmware_nsx/shell/admin/plugins/nsxv3/resources
asarfaty 50afa71853 Fix broken Victoria branch
1.Upgrade pylint to 2.4.4, add exclusions to the tests, and
  fix some lint errors in the code

2. Fix user creation with GRANT in MySQL 8.0(Ubuntu Focal)
In Ubuntu Bionic (18.04) mysql 5.7 version used to create
the user implicitly when using using the GRANT.
Ubuntu Focal (20.04) has mysql 8.0 and with mysql 8.0 there
is no implicit user creation with GRANT. We need to
create the user first before using GRANT command.
See also commit I97b0dcbb88c6ef7c22e3c55970211bed792bbd0d

3. Remove fwaas from the zuul.yaml
4. Remove DB migration test which is failing ue to FWaaS migration
with py38
5. Fix cover tests python version in .tox
6. fix requirememnts

Change-Id: I22654a5d5ccaad3185ae3365a90afba1ce870695
2020-09-21 15:31:18 +02:00
..
__init__.py Move python_nsxadmin out of a top-level namespace 2015-12-17 15:34:45 -07:00
certificates.py Policy plugin: Add devstack/admin-utils for client auth 2018-12-09 13:15:55 +02:00
cluster.py NSX|V3: New admin utility to show MP cluster managers IPs 2018-08-09 05:37:14 +00:00
config.py Use neutron-lib callbacks module 2017-04-25 10:36:26 +03:00
dhcp_binding.py NSX|V3+P: cleanup common code 2020-04-17 08:31:31 +00:00
dhcp_servers.py NSX|v3 Admin utils refactor + additions 2018-06-28 08:35:54 +00:00
http_service.py NSX|V3: remove checks for features long supported 2020-03-09 07:14:08 +02:00
loadbalancer.py NSX|V3: remove checks for features long supported 2020-03-09 07:14:08 +02:00
metadata_proxy.py NSX|V3+P: cleanup common code 2020-04-17 08:31:31 +00:00
migration.py Fix broken Victoria branch 2020-09-21 15:31:18 +02:00
networks.py Stop using sys.exc_clear as it is not supported in python3 2020-05-11 13:24:53 +02:00
ports.py NSX|V3: relocate some nsxlib apis 2020-04-20 05:47:55 +00:00
routers.py Stop using sys.exc_clear as it is not supported in python3 2020-05-11 13:24:53 +02:00
securitygroups.py Catch nsgroup deletion exceptions and log 2020-06-15 16:31:24 +02:00
utils.py MP2P Migration: select a working nsx node to work with 2020-07-20 10:45:43 +02:00