We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b86b85 commit 9a86a7bCopy full SHA for 9a86a7b
docker/neutron/neutron-base/Dockerfile.j2
@@ -14,6 +14,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
14
{% if base_package_type == 'rpm' %}
15
16
{% set neutron_base_packages = [
17
+ 'iproute-tc',
18
'iputils',
19
'keepalived',
20
'net-tools',
@@ -54,6 +55,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
54
55
'dnsmasq',
56
'dnsmasq-utils',
57
'haproxy',
58
59
'ipset',
60
'iptables',
61
0 commit comments