Update nova.conf template to point to correct lock path for Red Hat systems where the nova user has permissions to write a lock file. See https://bugzilla.redhat.com/show_bug.cgi?id=961557 for details

This commit is contained in:
diogo.matsubara@canonical.com 2015-01-14 11:58:24 -02:00
parent 86d53b16f5
commit 69267fb2a8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ dhcpbridge = /usr/bin/nova-dhcpbridge
# General system paths
state_path=/var/lib/nova
lock_path=/var/lock/nova
lock_path=/var/lib/nova/tmp
# Logging options
logdir = /var/log/nova