#!/bin/sh ### BEGIN INIT INFO # Provides: neutron-plugin-openvswitch-agent # Required-Start: $network $local_fs $remote_fs $syslog # Required-Stop: $remote_fs openvswitch-switch # Should-Start: mysql postgresql rabbitmq-server keystone neutron-ovs-cleanup # Should-Stop: mysql postgresql rabbitmq-server keystone # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Neutron Open vSwitch Agent # Description: Open vSwitch agent for OpenStack Neutron ML2 plugin ### END INIT INFO # Authors: Julien Danjou , Thomas Goirand DESC="Openstack Neutron Open vSwitch Agent" PROJECT_NAME=neutron NAME=${PROJECT_NAME}-plugin-openvswitch-agent DAEMON={{ daemon_path }} DAEMON_ARGS="--config-file=/etc/neutron/plugins/ml2/openvswitch_agent.ini"