Remove tests stuff
[openstack-build/cinder-build.git] / trusty / debian / cinder-volume.init.in
1 #!/bin/sh
2 ### BEGIN INIT INFO
3 # Provides:          cinder-volume
4 # Required-Start:    $network $local_fs $remote_fs $syslog
5 # Required-Stop:     $remote_fs
6 # Should-Start:      postgresql mysql keystone rabbitmq-server ntp
7 # Should-Stop:       postgresql mysql keystone rabbitmq-server ntp
8 # Default-Start:     2 3 4 5
9 # Default-Stop:      0 1 6
10 # Short-Description: Cinder Volume
11 # Description:       Provides EBS like storage for your
12 #                    virtual machine instances
13 ### END INIT INFO
14
15 # Author: Thomas Goirand <zigo@debian.org>
16 DESC="OpenStack Cinder Volume"
17 PROJECT_NAME=cinder
18 NAME=${PROJECT_NAME}-volume