summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-setup.service
blob: 8e135bc972a93dc82424772288db692735abe97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Run openstack-nova-setup (once)
Requires=local-fs.target
After=local-fs.target libvirtd.service openstack-keystone-setup.service

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

[Install]
WantedBy=multi-user.target