d1fea280f4
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the neutron-metadata, neutron-ovs-agent, and neutron-ovs-dpdk-agent. With this patch the baremetal version of each respective neutron service has been removed. Related-Blueprint: services-yaml-flattening Change-Id: I7a918e72ce4bfd06a95d7a575603a6fb65ded5a9
13 lines
231 B
Desktop File
13 lines
231 B
Desktop File
[Unit]
|
|
Description=Neutron cleanup on startup
|
|
After=openvswitch.service network.target
|
|
Before=docker.service
|
|
RefuseManualStop=yes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/neutron-cleanup
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|