From ef6bd6a4190c6b8418428db78e9cfe050e04c9d5 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 23 Apr 2015 08:49:00 +0100 Subject: [PATCH] Remove purge of l3ha packages and it has the knock on effect of removing l3 agent --- hooks/quantum_hooks.py | 2 -- 1 file changed, 2 deletions(-) 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()