Minor fix for typo : replaces seccomp with libseccomp

Change-Id: I375e80c1b98a90d414b58635a2b7a4e745bdccf0
This commit is contained in:
Shreshtha Joshi 2019-08-02 17:26:55 +05:30
parent 9a1bdd8cf6
commit d815d651eb

View File

@ -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'] %}