Comment 19 for bug 2067345

Revision history for this message
rasty94 (rasty94) wrote :

Attached is a small zipped file with the different mods applied on the images I have generated from magnum (api and driver).
I explain briefly the 3 modifications made:
1- Modification of the default kubecluster template, as it did not include the correct default versions for 2024.1 (caracal).
2- Modification/reversal of the changes made to oslo.db(enginefacade.py) and the sqlalchemy api in magnum to add back the autocommit parameter. This is because the version of SQLAlchemy is 1.4.51 instead of 2.x.x , which means that it is still advisable to parameterise as before 2024.1 to make oslo.db more compatible with lower versions of SQLAlchemy, as several considerations have been removed in this version of oslo.db (it may affect more openstack modules, we are checking).
3- Removal of the magnum-cluster-api package, in certain cases, it has been causing crashes of the container and for our particular use, it is not necessary for the moment.

Best Regards