Remove net-tools in neutron-lbaas-agent

neutron-base have been install net-tools
https://github.com/openstack/kolla/blob/master/docker/neutron/neutron-base/Dockerfile.j2#L50

Change-Id: I8c892e618479eb339b1f9a6ebd631cb22ae27d4f
This commit is contained in:
zhubingbing 2017-07-26 18:22:00 +08:00
parent af6fd6d9d6
commit 99775a7f68

View File

@ -6,8 +6,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{% set neutron_lbaas_agent_packages = [
'haproxy',
'net-tools'
'haproxy'
] %}
{{ macros.install_packages(neutron_lbaas_agent_packages | customizable("packages")) }}