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

Adam Gandelman adamg at canonical.com
Wed Apr 11 00:01:55 UTC 2012


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 <mailto: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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120410/349ab336/attachment.html>


More information about the Openstack mailing list