ironic-inspector/ironic_inspector
Dmitry Tantsur 5678f219cd Fix database migrations and disable the non-standalone job
The pattern of adding a column and then reading a table with it
no longer works in SQLAlchemy 1.3.20. This has been reported
upstream [1] and apparently we're doing the wrong thing by reusing
a column object twice.

We need to disable the non-standalone job since it's really broken
now, and this fix is blocking bifrost.

[1] https://github.com/sqlalchemy/sqlalchemy/issues/5669

Change-Id: I2fb07413e8f421f39b24acf1272771ee2097b195
2020-10-26 14:16:34 +01:00
..
cmd Merge "No need to import print function anymore" 2020-05-15 12:20:48 +00:00
common Revert "Power off before inspection" 2020-09-29 00:24:14 +00:00
conductor Add leader election for periodic sync with ironic 2020-07-02 12:17:28 +02:00
conf Merge "pxe filter - option to always block unknown hosts" 2020-09-30 15:32:31 +00:00
locale/en_GB/LC_MESSAGES Imported Translations from Zanata 2020-10-11 06:44:24 +00:00
migrations Fix database migrations and disable the non-standalone job 2020-10-26 14:16:34 +01:00
plugins Identify accelerator devices during introspection 2020-08-20 14:03:37 +08:00
pxe_filter pxe filter - option to always block unknown hosts 2020-09-28 12:18:00 +02:00
test Merge "pxe filter - option to always block unknown hosts" 2020-09-30 15:32:31 +00:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
api_tools.py Stop using six library 2019-12-17 09:23:01 +01:00
db.py Added scope to introspection rules. 2020-03-26 21:40:43 +01:00
introspect.py Revert "Power off before inspection" 2020-09-29 00:24:14 +00:00
introspection_state.py Fix pycodestyle warnings/errors now visible with hacking 1.1.0 2018-05-08 23:46:05 +02:00
known_accelerators.yaml Add NVIDIA V100 to known accelerator devices 2020-09-14 09:54:28 +02:00
main.py Add support for retrieving unprocessed data 2020-07-28 12:19:19 +02:00
node_cache.py Merge "Follow up to incorrect pxe-enabled was set" 2020-08-17 14:51:19 +00:00
policy.py Add request context and policy enforcement 2017-10-13 11:55:52 +00:00
process.py Use openstacksdk for ironic module 2020-03-23 14:28:09 +01:00
rules.py Log outcome of check_conditions method. 2020-08-11 14:34:10 +02:00
utils.py Add public api support to basic auth 2020-07-23 10:53:11 +12:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00
wsgi_service.py Split API and conductor services 2019-08-12 15:29:55 +08:00