ironic/ironic/cmd
Mathieu Gagné 692f289a32 Detect skip version upgrades from version earlier than Pike
When performing a skip version upgrade from a release earlier than Pike,
Ironic will crash when check_versions cannot find the 'version' columns
in the database.

This change adds a safety check which detects old database
version missing the 'version' columns. Instead of crashing, it will
inform the user that skip version upgrades are not supported and
that database migrations need to be run for each skipped versions instead.

Story: 2002558
Task: 22122
Change-Id: Ifa100c6fd168fc59b56bba0c41836958b10f2d47
2018-07-06 12:46:14 -04:00
..
__init__.py Resolve pep8 E402 errors and no longer ignore E402 2018-04-10 17:34:04 -07:00
api.py Fix E305 Errors 2018-05-09 06:12:57 -07:00
conductor.py reloads mutable config values on SIGHUP 2018-02-28 23:46:30 +00:00
dbsync.py Detect skip version upgrades from version earlier than Pike 2018-07-06 12:46:14 -04:00