Remove purge of l3ha packages and it has the knock on effect of removing l3 agent
This commit is contained in:
parent
5b393fcd16
commit
b33a1e3cf9
@ -223,8 +223,6 @@ def neutron_plugin_api_changed():
|
|||||||
if use_l3ha():
|
if use_l3ha():
|
||||||
apt_update()
|
apt_update()
|
||||||
apt_install(L3HA_PACKAGES, fatal=True)
|
apt_install(L3HA_PACKAGES, fatal=True)
|
||||||
else:
|
|
||||||
apt_purge(L3HA_PACKAGES, fatal=True)
|
|
||||||
CONFIGS.write_all()
|
CONFIGS.write_all()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user