Skip to content

Commit d4b4439

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "neutron: Add iproute-tc" into stable/yoga
2 parents e590ec3 + 6a8e8a7 commit d4b4439

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)