From 320466728eb40d55eebd4b9d2075e9abe8bc9006 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 14 Nov 2023 08:12:23 +0000 Subject: automatic import of openstack-neutron --- neutron-destroy-patch-ports.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 neutron-destroy-patch-ports.service (limited to 'neutron-destroy-patch-ports.service') diff --git a/neutron-destroy-patch-ports.service b/neutron-destroy-patch-ports.service new file mode 100644 index 0000000..130601e --- /dev/null +++ b/neutron-destroy-patch-ports.service @@ -0,0 +1,14 @@ +[Unit] +Description=OpenStack Neutron Destroy Patch Ports +After=syslog.target network.target openvswitch.service +Before=neutron-openvswitch-agent.service + +[Service] +Type=oneshot +User=neutron +ExecStart=/usr/bin/python -m neutron.cmd.destroy_patch_ports --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-dir /etc/neutron/conf.d/common --config-dir /etc/neutron/conf.d/neutron-openvswitch-agent +PrivateTmp=false +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3