Skip to content

Commit ea15b68

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add crudini to ovs-dpdk containers" into stable/victoria
2 parents 967555e + a596231 commit ea15b68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ovsdpdk/ovsdpdk/Dockerfile.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ RUN echo 'image not yet available for {{ base_distro }}' \
1919
{% elif base_package_type == 'deb' %}
2020

2121
{% set ovs_dpdk_packages = [
22-
'openvswitch-switch-dpdk'
22+
'openvswitch-switch-dpdk',
23+
'crudini'
2324
] %}
2425

2526
{{ macros.install_packages(ovs_dpdk_packages | customizable("packages")) }}

0 commit comments

Comments
 (0)