summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-nova-setup.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-14 18:54:57 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-17 15:35:24 +0000
commit16ec568ee57045464cd2435358a28c25820a6a61 (patch)
treeed4a0f5936c03ba7e49db11f6d056b5b9ce15136 /openstack/usr/lib/systemd/system/openstack-nova-setup.service
parentf1baa4ade17fcd1eaa2fed4aecf3901c414acc9a (diff)
downloaddefinitions-16ec568ee57045464cd2435358a28c25820a6a61.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-setup.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-nova-setup.service9
1 files changed, 0 insertions, 9 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-nova-setup.service b/openstack/usr/lib/systemd/system/openstack-nova-setup.service
deleted file mode 100644
index a4ad6ae7..00000000
--- a/openstack/usr/lib/systemd/system/openstack-nova-setup.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Run nova-setup Ansible scripts
-After=local-fs.target libvirtd.service openstack-keystone-setup.service postgres-server.service
-
-[Service]
-ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/nova.yml
-
-[Install]
-WantedBy=multi-user.target