summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-nova-setup.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-03-23 21:06:52 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-08 18:29:23 +0100
commitf41a9c330d16c546407d91e8a549e48154d967f7 (patch)
treeb744bd5541fba8a171066e0e52bd48e595c4bafe /openstack/etc/systemd/system/openstack-nova-setup.service
parentc6d832f7cf10e1f986a617735c1f2a59b26f751f (diff)
downloaddefinitions-f41a9c330d16c546407d91e8a549e48154d967f7.tar.gz
WIP: Add OpenStack initial configuration
TODO: Split this out into: 1. initial config (openstack/etc) default values 2+. as many individual changes to initial config as possible to extract, including support scripts and configuration extensions
Diffstat (limited to 'openstack/etc/systemd/system/openstack-nova-setup.service')
-rw-r--r--openstack/etc/systemd/system/openstack-nova-setup.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack/etc/systemd/system/openstack-nova-setup.service b/openstack/etc/systemd/system/openstack-nova-setup.service
new file mode 100644
index 00000000..e7a9136f
--- /dev/null
+++ b/openstack/etc/systemd/system/openstack-nova-setup.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run openstack-nova-setup (once)
+After=local-fs.target libvirtd.service openstack-keystone-setup.service postgres-server.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/share/openstack/openstack-nova-setup
+Restart=no
+
+[Install]
+WantedBy=multi-user.target