~nova-coresec/nova/bexar-packaging

« back to all changes in this revision

Viewing changes to debian/nova-compute.upstart

  • Committer: Thierry Carrez
  • Date: 2011-01-24 13:36:21 UTC
  • Revision ID: thierry@openstack.org-20110124133621-28uaugeenudbj95w
Added nbd modprobing to nova-compute upstart script

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
pre-start script
12
12
        mkdir -p /var/run/nova
13
13
        chown nova:root /var/run/nova
 
14
        modprobe nbd
14
15
end script
15
16
 
16
17
exec su -c "nova-compute --flagfile=/etc/nova/nova.conf" nova >> /var/log/nova/nova-compute.log 2>&1