summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova/nova.init (renamed from meta-openstack/recipes-devtools/python/python-nova/nova-compute)11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova/nova-compute b/meta-openstack/recipes-devtools/python/python-nova/nova.init
index 024b099..3a2bbac 100644
--- a/meta-openstack/recipes-devtools/python/python-nova/nova-compute
+++ b/meta-openstack/recipes-devtools/python/python-nova/nova.init
@@ -6,13 +6,14 @@
6# Required-Stop: $remote_fs $syslog 6# Required-Stop: $remote_fs $syslog
7# Default-Start: 3 5 7# Default-Start: 3 5
8# Default-Stop: 0 1 2 6 8# Default-Stop: 0 1 2 6
9# Short-Description: OpenStack Compute (Nova) - compute 9# Short-Description: OpenStack Compute (Nova) - @suffix@
10# Description: OpenStack Compute (Nova) - compute 10# Description: OpenStack Compute (Nova) - @suffix@
11### END INIT INFO 11### END INIT INFO
12 12
13DESC="nova-compute" 13SUFFIX="@suffix@"
14DAEMON="/usr/bin/nova-compute" 14DESC="nova-@suffix@"
15PIDFILE="/var/run/nova-compute.pid" 15DAEMON="/usr/bin/nova-$SUFFIX"
16PIDFILE="/var/run/nova-$SUFFIX.pid"
16 17
17start () 18start ()
18{ 19{