Comment 3 for bug 1787760

Revision history for this message
Andreas Merk (amerk) wrote :

This should fix it:
add in kolla/docker/zun/zun-base/Dockerfile.j2
the line:
sed -i 's|^exec_dirs.*|exec_dirs=/var/lib/kolla/venv/bin,/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin|g' /etc/zun/rootwrap.conf
after line (and don't forget the "\"):
&& chown -R zun: /etc/zun /var/www/cgi-bin/zun \