Install numactl package for Zun images
The package numactl is required by this change: https://review.openstack.org/#/c/617928/ Change-Id: I163d7aea0d47c229ce9ea33049d84fdf17641ef6
This commit is contained in:
parent
3a44481f22
commit
8a157cbe03
@ -20,6 +20,7 @@ RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
'httpd',
|
||||
'mod_wsgi',
|
||||
'mod_ssl',
|
||||
'numactl',
|
||||
'python2-ldappool'
|
||||
] %}
|
||||
|
||||
@ -33,6 +34,7 @@ RUN mkdir -p /var/www/cgi-bin/zun \
|
||||
{% set zun_base_packages = [
|
||||
'apache2',
|
||||
'libapache2-mod-wsgi',
|
||||
'numactl',
|
||||
'python-ldappool'
|
||||
] %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user