Merge "Don't install firewalld in the amphora" into stable/2024.1

This commit is contained in:
Zuul 2024-11-20 20:49:56 +00:00 committed by Gerrit Code Review
commit a5def5ca25

View File

@ -19,6 +19,10 @@ git-man:
uninstall: True
perl:
uninstall: True
# diskimage-builder installs firewalld in rockylinux, it's not needed as it
# blocks management and tenant traffic by default and we use security groups
firewalld:
uninstall: True
libffi-dev:
build-only: True