On 04/10/2012 02:13 PM, Vijay wrote:
/etc/init/nova-compute.conf
description "Nova compute worker"
author "Soren Hansen <[email protected] <mailto:[email protected]>>"
start on (filesystem and net-device-up IFACE!=lo)
stop on runlevel [016]

chdir /var/run
pre-start script
        mkdir -p /var/run/nova
        chown nova:root /var/run/nova/
        mkdir -p /var/lock/nova
        chown nova:root /var/lock/nova/
        modprobe nbd
end script
exec su -c "nova-compute --flagfile=/etc/nova/nova.conf" nova




That upstart job looks either very different (or old) compared to what we've been shipping with current packages in Ubuntu. Cr What does 'dpkg -l | grep nova' show?
Adam
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to