[gnuoy,r=james-page] Don't purge l3ha packages as this forces l3-agent off the gateway > 14.04

This commit is contained in:
james.page@ubuntu.com 2015-04-23 09:15:43 +01:00
commit 622b25b995
1 changed files with 0 additions and 2 deletions

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