Remove purge of l3ha packages and it has the knock on effect of removing l3 agent

This commit is contained in:
Liam Young 2015-04-23 08:49:00 +01:00
parent 5b393fcd16
commit b33a1e3cf9

View File

@ -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()