zun/zun/api
Dmitriy Rabotyagov 397edf53c1 Use alembic alter_column for 35cb52c5553f migration
With latest sqlalchemy there is no alter attribute for the Column object

Thus, zun-db-manage upgrade fails with AttributeError. Instead of trying
to use SQLAlchemy for altering Column we should use alembic instead
for the migration

This also fix py3.11 job by replacing libmysqlclient-dev with
libmariadb-dev-compat which is available for both ubuntu and debian.

Closes-Bug: #2043209
Change-Id: Iaba736d391ad5820de5f481d2c5bac1714dc0809
2023-11-10 18:24:38 +01:00
..
controllers Use alembic alter_column for 35cb52c5553f migration 2023-11-10 18:24:38 +01:00
middleware Remove six 2020-05-06 23:40:16 +08:00
validation Remove six 2020-05-06 23:40:16 +08:00
__init__.py update higgins with zun 2016-06-08 22:21:34 -05:00
app.py Remove log translations 2017-03-21 15:41:12 +08:00
app.wsgi Fix the wrong parameter in wsgi script 2017-08-23 10:40:26 -04:00
config.py Add Container controller 2016-08-11 18:10:16 -05:00
hooks.py Add middleware generated request_id to context 2019-04-15 01:13:35 +00:00
http_error.py Remove six 2020-05-06 23:40:16 +08:00
rest_api_version_history.rst Add entrypoint to container 2020-03-31 06:36:14 +00:00
servicegroup.py Fix mismatched of timezone info 2018-06-09 19:47:37 +00:00
utils.py Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
versioned_method.py Refactor code 2017-07-12 09:11:34 +07:00
wsgi.py Always reset CONF when starting the wsgi app 2020-06-07 17:04:27 +00:00