← Back to team overview

openstack team mailing list archive

Re: nova-* as upstart services in release essex

 

On 04/10/2012 02:13 PM, Vijay wrote:
/etc/init/nova-compute.conf
description "Nova compute worker"
author "Soren Hansen <soren@xxxxxxxxxxx <mailto:soren@xxxxxxxxxxx>>"
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

Follow ups

References