Thanks for the quick reply!!
Yes. It is old upstart job that was used for diablo release.
As I am installing essex version from the tar files, these upstart nova-*.conf 
files were not available.
How do I get the latest upstart config files?
Thanks,
-Vijay

--- On Tue, 4/10/12, Adam Gandelman <[email protected]> wrote:


From: Adam Gandelman <[email protected]>
Subject: Re: [Openstack] nova-* as upstart services in release essex
To: [email protected]
Date: Tuesday, April 10, 2012, 6:01 PM



On 04/10/2012 02:13 PM, Vijay wrote: 





/etc/init/nova-compute.conf
 
description "Nova compute worker"
author "Soren Hansen <[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

-----Inline Attachment Follows-----


_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
_______________________________________________
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