Skip to content

Commit 9a86a7b

Browse files
mnasiadkamarkgoddard
authored andcommitted
neutron: Add iproute-tc
Closes-Bug: #2000782 Change-Id: I5cf944c509f23d430665de458cbbdb2fd31db7bb (cherry picked from commit d7d43be)
1 parent 6b86b85 commit 9a86a7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/neutron/neutron-base/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1414
{% if base_package_type == 'rpm' %}
1515

1616
{% set neutron_base_packages = [
17+
'iproute-tc',
1718
'iputils',
1819
'keepalived',
1920
'net-tools',
@@ -54,6 +55,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
5455
'dnsmasq',
5556
'dnsmasq-utils',
5657
'haproxy',
58+
'iproute-tc',
5759
'ipset',
5860
'iptables',
5961
'iputils',

0 commit comments

Comments
 (0)