Actions
Bug #15361
closedConfig reload request causes double reload
Description
When a pre_migration hook requests a configuration reload, it occurs twice:
[ INFO 2016-06-09 09:39:22 verbose] Executing hooks in group pre_migrations [ INFO 2016-06-09 09:39:22 verbose] All hooks in group pre_migrations finished [ INFO 2016-06-09 09:39:22 verbose] Installer configuration was reloaded [ INFO 2016-06-09 09:39:22 verbose] Installer configuration was reloaded
This is because the wrong instance variable is reset after the reload: https://github.com/theforeman/kafo/commit/0f941ac54acc4f95e9b29f614174d9d65ab4bdd8#diff-657b82e4fb9c80f11badef608b14de10R244
Actions