From d815d651ebac8c7fd8504052d03c7dd4142e9104 Mon Sep 17 00:00:00 2001 From: Shreshtha Joshi Date: Fri, 2 Aug 2019 17:26:55 +0530 Subject: [PATCH] Minor fix for typo : replaces seccomp with libseccomp Change-Id: I375e80c1b98a90d414b58635a2b7a4e745bdccf0 --- container-images/tripleo_kolla_template_overrides.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-images/tripleo_kolla_template_overrides.j2 b/container-images/tripleo_kolla_template_overrides.j2 index 1963046fa..3d8a4c245 100644 --- a/container-images/tripleo_kolla_template_overrides.j2 +++ b/container-images/tripleo_kolla_template_overrides.j2 @@ -245,7 +245,7 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \ 'openstack-nova-migration', 'openssl-perl', 'podman', - 'seccomp' + 'libseccomp' ] %} {% if distro_python_version.startswith('2') %} {% set nova_libvirt_packages_append = nova_libvirt_packages_append + ['docker'] %}