#!/bin/sh ### BEGIN INIT INFO # Provides: neutron-ovs-cleanup # Required-Start: $network $local_fs $remote_fs $syslog openvswitch-switch # Required-Stop: $remote_fs # Should-Start: # Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Neutron OVS Cleanup # Description: OpenvSwitch Cleanup for OpenStack Neutron ### END INIT INFO # Authors: James Page DESC="OpenStack Neutron OVS cleanup" PROJECT_NAME=neutron NAME=${PROJECT_NAME}-ovs-cleanup DAEMON={{ daemon_path }}