summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-neutron-setup.service
blob: be68903704e4d6d18712844e77048fbd7125af24 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run openstack-neutron-setup (once)
After=network-online.target openstack-keystone.service openvswitch-create-links-one-node.service postgres-server.service

[Service]
Type=oneshot
ExecStart=/usr/share/openstack/openstack-neutron-setup
Restart=no

[Install]
WantedBy=multi-user.target