[Openstack] nova-* as upstart services in release essex

Vijay vijayrg at yahoo.com
Wed Apr 11 00:51:45 UTC 2012


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 <adamg at canonical.com> wrote:


From: Adam Gandelman <adamg at canonical.com>
Subject: Re: [Openstack] nova-* as upstart services in release essex
To: openstack at lists.launchpad.net
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 <soren at linux2go.dk>"
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     : openstack at lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120410/1c1215b4/attachment.html>


More information about the Openstack mailing list