neutron/neutron/services/logapi/drivers/openvswitch
Takashi Kajinami 11255ede97 Fix the broken neutron gate
There are currently two issues affecting the neutron gate, one
for pep8 job and the other for fullstack. We need to fix them
both together since they cannot merge separately.

Bump pylint to the latest version to fix pep8 job - it was
pinned to an old version which is causing the job to hang.

Do not use str(url) to stringify a URL for subsequent use
to fix  the fullstack job. The str(url) function in SQLAlchemy
hides the password. For a URL string that is to be re-used, use
render_as_string(hide_password=False).

Co-authored-by: Mike Bayer <mike_mp@zzzcomputing.com>

Closes-Bug: #2065779
Change-Id: I8d04db91ddc2995fbff05b4c4c48baebcc418522
2024-05-15 16:13:38 +02:00
..
__init__.py [log] ovs fw logging implementation 2018-01-09 09:26:40 +07:00
driver.py use logapi constants from neutron-lib 2019-05-22 14:49:21 -06:00
log_oskenapp.py Refactor the Neutron OSKenApp class 2020-12-21 17:45:55 +08:00
ovs_firewall_log.py Fix the broken neutron gate 2024-05-15 16:13:38 +02:00