neutron/neutron/services/logapi/drivers
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
..
openvswitch Fix the broken neutron gate 2024-05-15 16:13:38 +02:00
ovn Bandit: Remove bandit B311, B303 from skip list 2024-03-28 13:55:25 +01:00
__init__.py [log]: add driver manager to LoggingPlugin 2017-08-08 13:18:09 +07:00
base.py Add new class for Logging API methods 2022-02-18 20:31:39 +03:00
manager.py Start logging plugin RPC via service framework 2024-04-17 18:22:35 +02:00