diff --git a/hooks/quantum_hooks.py b/hooks/quantum_hooks.py index f01de3fd..5eef9426 100755 --- a/hooks/quantum_hooks.py +++ b/hooks/quantum_hooks.py @@ -223,8 +223,6 @@ def neutron_plugin_api_changed(): if use_l3ha(): apt_update() apt_install(L3HA_PACKAGES, fatal=True) - else: - apt_purge(L3HA_PACKAGES, fatal=True) CONFIGS.write_all()