I made sure all was up and working -- I could start and stop instances, and run the dashboard, for example -- and then did:
$ sudo chmod 640 /etc/nova/nova.conf
Group was already set to nova. I then restarted daemons, and got no info in the logs. I then rebooted the system and the daemons would all seem to start, but again none of them provided syslog info, nor did they seem to accumulate CPU time. As soon as I did:
$ sudo chmod 644 /etc/nova/nova.conf
the daemons all started generating syslog information and accumulating CPU time.
I made sure all was up and working -- I could start and stop instances, and run the dashboard, for example -- and then did:
$ sudo chmod 640 /etc/nova/nova.conf
Group was already set to nova. I then restarted daemons, and got no info in the logs. I then rebooted the system and the daemons would all seem to start, but again none of them provided syslog info, nor did they seem to accumulate CPU time. As soon as I did:
$ sudo chmod 644 /etc/nova/nova.conf
the daemons all started generating syslog information and accumulating CPU time.