aodh/aodh/storage
Mehdi Abaakouk 268c1e8e9e storage: fix upgrade when password contains a %
oslo.config doesn't support %{} or %() variable interpolation while
ConfigParser does.

So when a password contains a '%', it's fine for oslo.config
But the Python ConfigParser will raise the exception.

Since alembic use ConfigParser and not oslo.config, we have to escape
the url ourself.

This is not a big deal since, we don't want alembic doing variable
interpolation.

Change-Id: If7bfe7f082f4352fb49992a2216f2dd5b8993711
2017-11-30 17:16:29 +01:00
..
sqlalchemy Expose alarm state reason to API 2017-07-10 15:16:13 +02:00
__init__.py Replace retrying with tenacity 2016-12-14 17:15:58 +00:00
base.py Add __ne__ built-in function 2016-07-05 10:10:43 +08:00
impl_log.py Remove log translations. 2017-03-21 18:39:09 +08:00
impl_sqlalchemy.py storage: fix upgrade when password contains a % 2017-11-30 17:16:29 +01:00
models.py Expose alarm state reason to API 2017-07-10 15:16:13 +02:00