summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-14 18:54:57 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-04-16 04:09:41 +0000
commit8de7d921a3f8b7375691a4fbcfcfa8a66c49226c (patch)
tree50b7d54b47b710afbd35365bff021131e5ddfaa9 /openstack/usr/lib/systemd/system/openstack-nova-db-setup.service
parent65e059c107ffad30aed47e3c38774e8f33783089 (diff)
downloaddefinitions-8de7d921a3f8b7375691a4fbcfcfa8a66c49226c.tar.gz
OpenStack: Split nova into control and compute
This adds NOVA_ENABLE_{CONTROLLER,COMPUTE}. Both are enabled by deafult, but if CONTROLLER is enabled but COMPUTE isn't, then the conductor service is enabled. Change-Id: I523a7270d4afdcd1e2a30eaac42ea499581fe971
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-nova-db-setup.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-nova-db-setup.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service b/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service
new file mode 100644
index 00000000..ebe7e2bc
--- /dev/null
+++ b/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Run nova-db-setup Ansible scripts
+ConditionPathExists=/etc/openstack/neutron.conf
+After=postgres-server.service openstack-keystone.service openstack-keystone-setup.service
+Wants=postgres-server.service openstack-keystone.service
+
+[Service]
+ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/nova-db.yml
+
+[Install]
+WantedBy=multi-user.target