By adding the patch for oslo.db, the additional patches for OpenStack can be applied to each service. For example, when the mysql_storage_engine is set to NDBCLUSTER, it will trigger the appropriate logic in each service for their respective db_sync operation for creating the initial database and/or doing upgrades. The oslo.db patch lays the foundation for the rest of OpenStack to take advantage of this setting.
Hi Steve,
By adding the patch for oslo.db, the additional patches for OpenStack can be applied to each service. For example, when the mysql_storage_ engine is set to NDBCLUSTER, it will trigger the appropriate logic in each service for their respective db_sync operation for creating the initial database and/or doing upgrades. The oslo.db patch lays the foundation for the rest of OpenStack to take advantage of this setting.
Octave