nova/nova/db
Mike Bayer acbe3e28e5 do not use str(url) to stringify a URL for subsequent use
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).

Change-Id: I2ab28da5cc2b9ed3a1588259b2e94320662816bb
2024-05-15 16:23:58 +01:00
..
api db: Replace use of backref 2023-09-13 13:17:27 +01:00
main Merge "Attach Manila shares via virtiofs (db)" 2024-01-18 21:51:57 +00:00
__init__.py db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' 2021-08-09 15:34:40 +01:00
constants.py Move db MAX constants to own file 2018-03-01 11:09:29 +00:00
migration.py do not use str(url) to stringify a URL for subsequent use 2024-05-15 16:23:58 +01:00
types.py Set "cache_ok=True" in "TypeDecorator" inheriting classes 2021-10-14 09:01:07 +00:00
utils.py db: Post reshuffle cleanup 2021-08-09 15:34:40 +01:00