Remove more references to /var/log/nova.

These were recently removed from the nova element, not all references
were removed causing firstboot to fail with
chown: cannot access `/var/log/nova': No such file or directory

Change-Id: I5a02733d07a697c2d933b9407959b1679b115d12
This commit is contained in:
Derek Higgins 2013-06-18 10:07:24 +01:00
parent 3acc884827
commit 02e5cda9e2
3 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,6 @@
#!/bin/bash
set -eux
chown -R nova:nova /var/log/nova
# For nova-rpc-zmq-receiver
mkdir -p /var/run/openstack
# XXX Hrm, but what if others use this dir?

View File

@ -3,7 +3,6 @@ set -eux
modprobe nbd || true
chown -R nova:nova /var/log/nova
chown -R nova:nova /var/run/nova
service nova-compute restart

View File

@ -60,11 +60,6 @@ class = StreamHandler
args = (sys.stdout,)
formatter = context
[handler_watchedfile]
class = handlers.WatchedFileHandler
args = ('/var/log/nova/nova.log',)
formatter = context
[handler_syslog]
class = handlers.SysLogHandler
args = ('/dev/log', handlers.SysLogHandler.LOG_USER)