aodh/aodh/storage
Matthias Runge 7a166e05f7 Replace oslo_utils.fnmatch with fnmatch
The oslo_utils.fnmatch module was added to solve an issue in py2.7 but
it is no longer required because py2.7 is no longer supported.
The module was deprecated since oslo.utils 4.9.1[1] and the stdlib's
fnmatch module should be used instead.

SQLAlchemy url is now immutable
Use URL.set to update

Co-authored by: Takashi Kajinami
[1] 4c893c92f551c9dd2a7cfbe7ae8171ad8139df0b

Change-Id: I59c4d93a5914b8e14f7ef93bcaff8d1caaf5e75a
2021-07-09 12:47:17 +02:00
..
sqlalchemy Remove six 2020-12-04 01:35:57 +00:00
__init__.py Limit number of records deleted by aodh-expirer 2021-05-06 21:02:35 +09:00
base.py Limit number of records deleted by aodh-expirer 2021-05-06 21:02:35 +09:00
impl_log.py Limit number of records deleted by aodh-expirer 2021-05-06 21:02:35 +09:00
impl_sqlalchemy.py Replace oslo_utils.fnmatch with fnmatch 2021-07-09 12:47:17 +02:00
models.py Support quota API 2020-01-29 22:09:39 +13:00