Comment 1 for bug 1833066

Revision history for this message
Chris Smart (csmart) wrote :

Creating the following file should work around it for now:

cat << EOF | sudo tee /usr/lib/tmpfiles.d/nova.conf
D /var/lock/nova 2770 root nova
EOF

This tells systemd to create that tmpfile (everything is under /run now) on boot.