summaryrefslogtreecommitdiff
path: root/.trash/daily/04-Jun-2025.md
blob: 49d99df0157d88dd7e14d09d0ee6549bdabf2007 (plain)
1
2
3
4
5
6
[[Daily]]

**Occurrences**
Trying to install goba/gobs in the global venv of devstack. Had to relax the requirements of dependencies; thus dependencies being newer than tested with. This is suboptimal because now our environment is different from our prod..

In a more recent version of sqlalchemy they mask the password in engine.url by default (opposite to not masking it before): this caused a connection error during db sync. I remembered I ran into this before when looking at nova's db sync code and saw the `engine.url.render_as_string(hide_password=False)`. Updated our code with this fixed the issue